port from perforce
This commit is contained in:
14
web/connect.php
Normal file
14
web/connect.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
include('k_Mysql.php');
|
||||
error_reporting (E_ALL);
|
||||
|
||||
$ls_Host = "localhost";
|
||||
$ls_SqlUser = "9_bluflame";
|
||||
$ls_SqlPass = "r16461641";
|
||||
$ls_SqlDb = "9_bluflame";
|
||||
|
||||
global $gk_Db;
|
||||
$gk_Db = new k_Mysql($ls_SqlUser, $ls_SqlPass, $ls_Host, $ls_SqlDb, true);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user