Initial commit

This commit is contained in:
root
2020-08-17 19:16:42 -04:00
commit 61584e0eb2
600 changed files with 50518 additions and 0 deletions

10
lotgd-web/lotgd/dbconnect.php Executable file
View File

@ -0,0 +1,10 @@
<?php
//This file automatically created by installer.php on Aug 13, 2020 03:53 am
$DB_HOST = 'lotgd-db';
$DB_USER = 'root';
$DB_PASS = 'lotgd';
$DB_NAME = 'lotgd';
$DB_PREFIX = '';
$DB_USEDATACACHE = 0;
$DB_DATACACHEPATH = '';
?>