autoloader update, config master, db io minor fixes
Various not needed isset checks removed autoloader correctly checks that "LIB" is at the end of the path only
This commit is contained in:
@@ -23,7 +23,7 @@ if (!defined('SET_SESSION_NAME')) {
|
||||
define('SET_SESSION_NAME', EDIT_SESSION_NAME);
|
||||
}
|
||||
// define log file id
|
||||
define('LOG_FILE_ID', 'classTest');
|
||||
$LOG_FILE_ID = 'classTest';
|
||||
// set language for l10n
|
||||
$lang = 'en_utf8';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user