cron fix
authorniekt0 <niekt0@kyberia.cz>
Sat, 18 Dec 2010 03:45:59 +0000 (04:45 +0100)
committerniekt0 <niekt0@kyberia.cz>
Sat, 18 Dec 2010 03:45:59 +0000 (04:45 +0100)
cron/delete_rss.php
cron/ps.php
cron/register.php
cron/rssparse.php
cron/swish_generator.php
cron/templates.php

index 86a841a4a0130518f3a6a8380aeedb63ce3f7197..3c7cc0d7faeb8a3f8bca12b44334c9abe0842962 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/php
+#!/usr/bin/php
 <?php
 require('../config/config.inc');
 //connecting to database and creating universal $db object
index 5136017ce072a1157c899ed8d8972cad156ad7c3..2a5f798da9a13b83aefab797c8a4d366f2363ecf 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/php
+#!/usr/bin/php
 <?php
 
 /*
index 43b2bc1da910246744aca981fb4c51146519e7ad..98a91b1b203b2bf6effa081ae6e1966d2b0cc7bd 100755 (executable)
@@ -1,4 +1,5 @@
-#!/usr/local/bin/php
+#!/usr/bin/php
+
 <?php
 /*
  * Script that register new users who gaind enough K (votes)
index 0302000445df7ddd676d4304427385040111d475..1f4165e54e1cd2edffec2de3423448924328fb07 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/php
+#!/usr/bin/php
 <?php
 /*
  * Script that restores number of K for all users.
index d28f2666dd91508e04b6e2c9688f24871ca7da87..3a6996bcb35cad3f4c633ca2c52966b82d12a857 100755 (executable)
@@ -1,4 +1,5 @@
-#!/usr/local/bin/php
+#!/usr/bin/php
+
 <?php
 /*
  * Script that XXX
index 47e10eed018ecb660c3804094687b85eb4c8cb62..c5feda4ceccccea9118e6a25a2837ec6485e146b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/php
+#!/usr/bin/php
 <?php
 /*
  * Script that XXX ? create template files from sql ?
This page took 0.203123 seconds and 4 git commands to generate.