mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-14 17:11:34 +01:00
HotFix: HTTP errors
This commit is contained in:
@@ -19,7 +19,7 @@ $app = new Silex\Application();
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
$app['debug'] = true;
|
||||
$app['debug'] = false;
|
||||
$app->register(new Silex\Provider\UrlGeneratorServiceProvider());
|
||||
$app->register(new Silex\Provider\TwigServiceProvider(), array(
|
||||
'twig.path' => __DIR__.'/../',
|
||||
|
||||
Reference in New Issue
Block a user