mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 02:41:27 +02:00
Flextype 0.9.1
This commit is contained in:
@@ -21,7 +21,7 @@ use Flextype\Component\Filesystem\Filesystem;
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
define('FLEXTYPE_VERSION', '0.9.0');
|
||||
define('FLEXTYPE_VERSION', '0.9.1');
|
||||
|
||||
// Start the session
|
||||
Session::start();
|
||||
@@ -29,10 +29,10 @@ Session::start();
|
||||
// Configure application
|
||||
$config = [
|
||||
'settings' => [
|
||||
'debug' => false,
|
||||
'debug' => true,
|
||||
'whoops.editor' => 'atom',
|
||||
'whoops.page_title' => 'Error!',
|
||||
'displayErrorDetails' => false,
|
||||
'displayErrorDetails' => true,
|
||||
'addContentLengthHeader' => true,
|
||||
'addContentLengthHeader' => false,
|
||||
'routerCacheFile' => false,
|
||||
|
Reference in New Issue
Block a user