Cron scripts fixup & added isset to database.inc
[mirrors/Kyberia-bloodline.git] / cron / delete_rss.php
index beac00168fe3ec5675af0cdf739061812991cfb1..86a841a4a0130518f3a6a8380aeedb63ce3f7197 100755 (executable)
@@ -2,9 +2,9 @@
 <?php
 require('../config/config.inc');
 //connecting to database and creating universal $db object
-require(SYSTEM_ROOT.'/inc/log.inc');
-require(SYSTEM_ROOT.'/inc/database.inc');
-require(SYSTEM_ROOT.'/inc/nodes.inc');
+require(INCLUDE_DIR.'/log.inc');
+require(INCLUDE_DIR.'/database.inc');
+require(INCLUDE_DIR.'/nodes.inc');
 $db=new CLASS_DATABASE();
 
 $set=$db->query("select node_id from nodes where node_type='13'");
@@ -23,4 +23,4 @@ while ($set->next()) {
 
 
 
-?>
\ No newline at end of file
+?>
This page took 0.150917 seconds and 4 git commands to generate.