Skip to content

Commit

Permalink
twitter feed cron
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Jul 24, 2009
1 parent c5f6cfc commit 7f1dee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/library/remy-tweed/cron.php
Expand Up @@ -58,10 +58,10 @@

$app = $ombroot.'db/';

if (file_exists('config/config.php'))
require('config/config.php');
if (file_exists($ombroot.'config/config.php'))
require($ombroot.'config/config.php');
else
require('config.php');
require($ombroot.'config.php');


$GLOBALS['PATH'] = array();
Expand Down

0 comments on commit 7f1dee4

Please sign in to comment.