config example

master
string1995 5 years ago
parent 1cc3054e56
commit e8e90d9801
  1. 7
      config.example.php

@ -0,0 +1,7 @@
<?php
//This is the php config file
$g_db_serverName="Your database server IP or Name";
$g_db_usrName="Your database user name";
$g_db_psswd="Your password";
$g_db_dbName="The main database you select";
Loading…
Cancel
Save