Files
kcozens ff842ef4d7 Stripped carriage returns from line endings.
Set SVN properties on PHP and SQL files.


git-svn-id: http://forge.opensimulator.org/svn/osprofile/trunk@84 19860011-0018-435d-96ae-4a7b0aaa3128
2011-11-30 02:56:41 +00:00

7 lines
95 B
PHP

<?php
$DB_HOST = "localhost";
$DB_USER = "root";
$DB_PASSWORD = "";
$DB_NAME = "osmodules";
?>