Security fix: include path
[lhc/web/wiklou.git] / includes / DatabaseFunctions.php
index 3c1ce5a..d753a01 100644 (file)
@@ -1,7 +1,6 @@
 <?
-global $IP;
-include_once( "$IP/FulltextStoplist.php" );
-include_once( "$IP/CacheManager.php" );
+include_once( "FulltextStoplist.php" );
+include_once( "CacheManager.php" );
 
 define( "DB_READ", -1 );
 define( "DB_WRITE", -2 );