mirror of
https://github.com/casjaysdevdocker/nextcloud
synced 2025-09-17 21:57:52 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
10
config/tpls/bootstrap.php
Normal file
10
config/tpls/bootstrap.php
Normal 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";
|
Reference in New Issue
Block a user