initializing git repo
This commit is contained in:
commit
3df8fc53b8
86 changed files with 5649 additions and 0 deletions
31
includes/globals.php
Executable file
31
includes/globals.php
Executable file
|
|
@ -0,0 +1,31 @@
|
|||
<?php
|
||||
|
||||
$GlobalDebungMode = 1;
|
||||
|
||||
$GlobalLogfile = "";
|
||||
$GlobalLogfileMaxLength = 1000;
|
||||
|
||||
$GlobalTimeZone = "";
|
||||
$GlobalTimeFormat = "";
|
||||
|
||||
$GlobalRootPassword = "";
|
||||
|
||||
$GlobalTemplate = "";
|
||||
$GlobalLanguage = "";
|
||||
|
||||
$GlobalContent = "";
|
||||
|
||||
$GlobalMysqlHost = "";
|
||||
$GlobalMysqlUser = "";
|
||||
$GlobalMysqlPwd = "";
|
||||
$GlobalMysqlHandler = 0;
|
||||
$GlobalMysqlDatabase = "";
|
||||
|
||||
$GlobalLockAutoReleaseTime=3600;
|
||||
|
||||
$GlobalDownloadDir = "./downloads";
|
||||
$GlobalPictureDir = "./pictures";
|
||||
|
||||
$GlobalDecimalPoint="."
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue