🦈🏠🐜 Initial Commit 🐜🦈🏠

This commit is contained in:
casjay
2022-10-04 21:48:50 -04:00
commit 4954dce9b1
26 changed files with 1066 additions and 0 deletions

10
config/tpls/bootstrap.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
include '/data/config/config.php';
$CONFIG['logtimezone'] = '@TZ@';
$CONFIG['logdateformat'] = 'Y-m-d H:i:s';
echo "<?php\n\n\$CONFIG = ";
var_export($CONFIG);
echo ";\n";