PHP Classes

File: conf/development/system.conf.php

Recommend this page to a friend!
  Classes of Fernando Val   Springy   conf/development/system.conf.php   Download  
File: conf/development/system.conf.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Springy
Microframework for Web application development
Author: By
Last change: Merge remote-tracking branch 'origin/master' into development
Date: 1 year ago
Size: 404 bytes
 

Contents

Class file image Download
<?php

$conf
= [
   
'debug' => true,
   
'maintenance' => false,
   
'cache' => false,
   
'cache-control' => 'no-cache',
   
'session' => [
       
'secure' => false,
    ],
   
'system_error' => [
       
'save_in_database' => false,
    ],
   
'system_internal_methods' => [
       
'about' => true,
       
'phpinfo' => true,
       
'system_errors' => true,
       
'test_error' => true,
    ],
];