Made document editing possible
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (!$loader = @include __DIR__.'/../vendor/.composer/autoload.php') {
|
||||
if (!$loader = @include __DIR__.'/../vendor/autoload.php') {
|
||||
die('You must set up the project dependencies, run the following commands:'.PHP_EOL.
|
||||
'curl -s http://getcomposer.org/installer | php'.PHP_EOL.
|
||||
'php composer.phar install'.PHP_EOL);
|
||||
@@ -43,4 +43,4 @@ if (isset($_SERVER['PACKAGER'])) {
|
||||
|
||||
if (isset($_SERVER['PACKER'])) {
|
||||
require_once $_SERVER['PACKER'];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user