first work on feed updater + pinger
[stapibas.git] / data / config.php.dist
index 4b9a97cdff362b23ef765354ff0d766e83cccfc4..034a469e6a00fca18851bf50bc7751642dcbfd80 100644 (file)
@@ -2,4 +2,10 @@
 $dbdsn  = 'mysql:dbname=stapibas;host=127.0.0.1';
 $dbuser = 'stapibas';
 $dbpass = 'password';
+
+set_include_path(
+    __DIR__ . '/../src/' . PATH_SEPARATOR
+     . get_include_path()
+);
+$GLOBALS['stapibas_libdir'] = __DIR__ . '/../lib';
 ?>