From bfed7b3b2faaabd627bdeb09dc3b0bd16b1f3f5e Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Sun, 17 Feb 2019 21:43:19 +0100 Subject: [PATCH] removing comment --- index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.php b/index.php index 6bbd70a198..47264362c5 100644 --- a/index.php +++ b/index.php @@ -12,8 +12,6 @@ if (!file_exists(__DIR__ . '/vendor/autoload.php')) { require __DIR__ . '/vendor/autoload.php'; -// We assume that the index.php is called by a frontend process -// The value is set to "true" by default in App $a = Factory\DependencyFactory::setUp('index', __DIR__, true); $a->runFrontend();