port from perforce

This commit is contained in:
2026-04-18 22:31:51 +02:00
commit 8d0ab5b7cc
8409 changed files with 3972376 additions and 0 deletions

14
web/connect.php Normal file
View 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);
?>