Knihovny presunuty do ./lib
[mirrors/SokoMan.git] / index.php
index 931f06cbb582b2235467c0c3447a4dd913fe1a27..7a8167c6564944d46faa900b43e67fa1d3e7b86f 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -18,6 +18,8 @@
  */
 
 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');
 
This page took 0.084493 seconds and 4 git commands to generate.