Adding section headers to index page

This commit is contained in:
aydiv
2013-08-21 21:03:53 +05:30
parent c5fe108612
commit 6dc604666b
2 changed files with 32 additions and 51 deletions

View File

@@ -5,7 +5,7 @@
// Include the composer autoloader
if(!file_exists(__DIR__ .'/vendor/autoload.php')) {
echo "The 'vendor' folder is missing. You must run 'composer update' to resolve application dependencies.\nPlease see the README for more information.\n";
echo "The 'vendor' folder is missing. You must run 'composer update --no-dev' to resolve application dependencies.\nPlease see the README for more information.\n";
exit(1);
}
require __DIR__ . '/vendor/autoload.php';