*/
require_once('sklad.conf.php');
+set_include_path(DIR_LIB.PATH_SEPARATOR.get_include_path());
+
require_once('Sklad_LMS-fake.class.php');
require_once('HTTP_Auth.class.php');
define('DB_HOST', 'localhost');
define('DB_DSN', 'mysql:host='.DB_HOST.';dbname='.DB_NAME);
-define('DIR_HOME', './');
+define('DIR_HOME', '.');
+define('DIR_LIB', DIR_HOME.'/lib');
define('DIR_IMAGES', DIR_HOME.'/images');
define('DIR_BARCODES', DIR_HOME.'/barcodes');
-define('DIR_TEMPLATES', DIR_HOME.'/templates');
+define('DIR_TEMPLATES', DIR_HOME.'/templates');
define('DIR_ASSISTANTS', DIR_HOME.'/assistants');
define('URL_HOME', dirname($_SERVER['SCRIPT_NAME']));