@@ -715,7 +715,7 @@ |
||
715 | 715 | */ |
716 | 716 | private function addJSGlobals() |
717 | 717 | { |
718 | - $this->body = $this->body.'<script> |
|
718 | + $this->body = $this->body.'<script> |
|
719 | 719 | var loginUrl = \''.$this->loginUrl.'\' |
720 | 720 | var logoutUrl = \''.$this->logoutUrl.'\' |
721 | 721 | </script>'; |
@@ -14,8 +14,8 @@ |
||
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 |