mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-15 09:31:33 +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\Request;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
$app['debug'] = true;
|
$app['debug'] = false;
|
||||||
$app->register(new Silex\Provider\UrlGeneratorServiceProvider());
|
$app->register(new Silex\Provider\UrlGeneratorServiceProvider());
|
||||||
$app->register(new Silex\Provider\TwigServiceProvider(), array(
|
$app->register(new Silex\Provider\TwigServiceProvider(), array(
|
||||||
'twig.path' => __DIR__.'/../',
|
'twig.path' => __DIR__.'/../',
|
||||||
|
|||||||
Reference in New Issue
Block a user