@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -if (!@include __DIR__ . '/../vendor/autoload.php') { |
|
| 2 | +if (!@include __DIR__.'/../vendor/autoload.php') { |
|
| 3 | 3 | die('You must set up the project dependencies, run the following commands: |
| 4 | 4 | wget http://getcomposer.org/composer.phar |
| 5 | 5 | php composer.phar install'); |