mirror of
https://github.com/kcozens/OpenSimProfile.git
synced 2026-08-15 09:32:05 +00:00
Set SVN properties on PHP and SQL files. git-svn-id: http://forge.opensimulator.org/svn/osprofile/trunk@84 19860011-0018-435d-96ae-4a7b0aaa3128
7 lines
95 B
PHP
7 lines
95 B
PHP
<?php
|
|
$DB_HOST = "localhost";
|
|
$DB_USER = "root";
|
|
$DB_PASSWORD = "";
|
|
$DB_NAME = "osmodules";
|
|
?>
|