|
@@ -14,8 +14,8 @@ |
|
|
block discarded – undo |
|
14
|
14
|
/** |
|
15
|
15
|
* This cron script recompiles the Browscap cache |
|
16
|
16
|
*/ |
|
17
|
|
-ini_set('memory_limit','-1'); // turn off memory limit for this script |
|
18
|
|
-set_time_limit(120); // change to 2 minutes for this script |
|
|
17
|
+ini_set('memory_limit', '-1'); // turn off memory limit for this script |
|
|
18
|
+set_time_limit(120); // change to 2 minutes for this script |
|
19
|
19
|
|
|
20
|
20
|
require('libs/browscap-php/src/phpbrowscap/Browscap.php'); |
|
21
|
21
|
|
Please login to merge, or discard this patch.