Initial commit
This commit is contained in:
16
applications/start/configuration/SuperSmashconfiguration.php
Normal file
16
applications/start/configuration/SuperSmashconfiguration.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$defaultController = 'introduction';
|
||||
$defaultAction = 'start';
|
||||
$language = 'english';
|
||||
|
||||
$controllerParameter = 'c';
|
||||
$actionParameter = 'a';
|
||||
|
||||
$development = true;
|
||||
$logErrors = true;
|
||||
$urlParameters = false;
|
||||
$sessionDatabase = false;
|
||||
|
||||
$libraries = array();
|
||||
$helpers = array();
|
||||
?>
|
Reference in New Issue
Block a user