*** empty log message ***
This commit is contained in:
parent
cae9c68173
commit
b418a85f8d
23 changed files with 268 additions and 151 deletions
|
@ -1,5 +1,9 @@
|
|||
<?php
|
||||
define('UI_VERBOSE', TRUE);
|
||||
define('UI_VERBOSE', FALSE);
|
||||
define('UI_WARNING', TRUE);
|
||||
define('UI_ERROR', TRUE);
|
||||
#define('UI_TIMEZONE', ' +100');
|
||||
define('UI_TIMEZONEOFFSET', date('Z'));
|
||||
|
||||
define('UI_HANDLER', 'ui_handler.php');
|
||||
define('UI_BROWSER', 'ui_browser.php');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue