@@ -2,7 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | umask(0000); |
| 4 | 4 | |
| 5 | -if(function_exists('xdebug_disable')) { |
|
| 5 | +if (function_exists('xdebug_disable')) { |
|
| 6 | 6 | xdebug_disable(); |
| 7 | 7 | } |
| 8 | 8 | |