@@ -55,8 +55,7 @@ |
||
55 | 55 | } |
56 | 56 | |
57 | 57 | $this->status( 'done' ); |
58 | - } |
|
59 | - else |
|
58 | + } else |
|
60 | 59 | { |
61 | 60 | $this->status( 'OK' ); |
62 | 61 | } |
@@ -9,10 +9,10 @@ |
||
9 | 9 | /* |
10 | 10 | * Set error reporting to maximum |
11 | 11 | */ |
12 | -error_reporting(E_ALL ^ E_DEPRECATED); |
|
12 | +error_reporting( E_ALL ^ E_DEPRECATED ); |
|
13 | 13 | ini_set( 'display_errors', '1' ); |
14 | 14 | |
15 | -date_default_timezone_set('UTC'); |
|
15 | +date_default_timezone_set( 'UTC' ); |
|
16 | 16 | |
17 | 17 | |
18 | 18 | /* |