@@ -13,7 +13,9 @@ |
||
| 13 | 13 | } |
| 14 | 14 | |
| 15 | 15 | $basePath = $_SERVER['argv'][1]; |
| 16 | -if($basePath[0] != '/') $basePath = getcwd() . '/' . $basePath; |
|
| 16 | +if($basePath[0] != '/') { |
|
| 17 | + $basePath = getcwd() . '/' . $basePath; |
|
| 18 | +} |
|
| 17 | 19 | |
| 18 | 20 | // SilverStripe bootstrap |
| 19 | 21 | define('BASE_PATH', realpath($basePath)); |