*** empty log message ***
This commit is contained in:
parent
6f80b77339
commit
37f64cc829
6 changed files with 12 additions and 12 deletions
|
@ -8,26 +8,23 @@ require_once('XML/Unserializer.php');
|
|||
|
||||
require_once('display.inc.php');
|
||||
require_once('data.inc.php');
|
||||
require_once('helpfunctions.php');
|
||||
require_once('helpfunctions.inc.php');
|
||||
|
||||
define('_DEFAULT_LANG_', 'en_GB');
|
||||
define('_PREFIX_', 'locals');
|
||||
define('_PREFIX_GLOBAL_','globals');
|
||||
define('_PREFIX_HIDE_', '.');
|
||||
define('_ICONS_DIR_', '.icons');
|
||||
define('_LANG_BASE_', 'xml');
|
||||
define('_DENY_HTML_', FALSE);
|
||||
define('_ENCODING_', 'UTF-8');
|
||||
|
||||
define('_START_DIR_', '../');
|
||||
define('_MAINTAINANCE_', TRUE);
|
||||
define('_PARENT_FRAME_', '_parent');
|
||||
define('_PANEL_FRAME_', 'panel');
|
||||
define('_MENU_FRAME_', 'menu');
|
||||
define('_FRAME_SCRIPT_', 'index.php');
|
||||
define('_PANEL_SCRIPT_', 'main.php');
|
||||
|
||||
define('_ICONS_DIR_', '.icons');
|
||||
define('_PREFIX_HIDE_', '.');
|
||||
|
||||
define('_START_DIR_', '../');
|
||||
define('_MAINTAINANCE_', TRUE);
|
||||
define('_MENU_SCRIPT_', 'menu.php');
|
||||
#define('_MENU_SCRIPT_', 'menu_static.php');
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue