srchub

srchub Commit Details


Date:2014-12-27 14:40:24 (9 years 11 months ago)
Author:Natalie Adams
Branch:master
Commit:62c7cec9d0142cf6d328dc310ffb453de36c269f
Parents: 01852cd21535e5d0e0c517d736bdfe308ed67c9d
Message:Pluf not found due to require statements

Changes:

File differences

indefero/scripts/calculateforgecron.php
100100
101101
102102
103
104
105
106
107
108
103109
104110
105111
......
109115
110116
111117
112
113
114
115118
116119
117120
return $total;
}
require dirname(__FILE__).'/../src/IDF/conf/path.php';
require 'Pluf.php';
Pluf::start(dirname(__FILE__).'/../src/IDF/conf/idf.php');
$lock_file = Pluf::f('idf_queuecron_lock',
Pluf::f('tmp_folder', '/tmp').'/calcforgecron.lock');
file_put_contents($lock_file, time(), LOCK_EX);
require dirname(__FILE__).'/../src/IDF/conf/path.php';
require 'Pluf.php';
Pluf::start(dirname(__FILE__).'/../src/IDF/conf/idf.php');
Pluf_Dispatcher::loadControllers(Pluf::f('idf_views'));

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05455s using 14 queries.