Migration to PDO database abstraction layer
[mirrors/Kyberia-bloodline.git] / cron / delete_rss.php
index beac00168fe3ec5675af0cdf739061812991cfb1..3c7cc0d7faeb8a3f8bca12b44334c9abe0842962 100755 (executable)
@@ -1,10 +1,10 @@
-#!/usr/local/bin/php
+#!/usr/bin/php
 <?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.178909 seconds and 4 git commands to generate.