Procedural File: blueshoes.ini.php
Source Location: /blueshoes.ini.php
Classes:
Page Details:
***********************************************************************
Blue Shoes INI File !!! DO NOT EDIT !!! ************************************************************************ This file should hold "Blue Shoes" initialization data. It may also hold defaults. To overwrite the defaults use the site's config file, refered as global.conf.php. !!! DO NOT EDIT HERE !!! NOTE: On an update it may be possible that this file is overwritten. That means NO CONFIGURATION DATA in here. (Again: use global.conf.php instead). The main idea of this file are a) Define important variables and constants needed over the whole BS-system. b) ---
Tags:
Includes:
require_once($APP['path']['core'].'lang/Bs_Misc.lib.php') [line 110]
require_once($APP['path']['core'].'lang/Bs_XRay.class.php') [line 109]
*********************************************************************** !!! FIRST INCLUDE THIS !!! Very Basic Requires. Classes that are like PHP language extentions with potential used in almost evey class of function. Many things depend on them.
require_once($APP['path']['core'].'lang/Bs_Error.class.php') [line 111]
require_once($APP['path']['core'].'lang/Bs_Logger.class.php') [line 112]
require_once($APP['path']['core'].'lang/Bs_Exception.class.php') [line 120]
require_once($APP['path']['core'].'Bs_Object.class.php') [line 119]
*********************************************************************** !!! THEN INCLUDE THIS !!! Basic BS-Classes that are used in almost all our classes.
|