SuperSmash_Framework/applications/start/configuration/SuperSmashconfiguration.php

16 lines
295 B
PHP
Raw Normal View History

2018-12-19 20:44:16 +01:00
<?php
$defaultController = 'introduction';
$defaultAction = 'start';
$language = 'english';
$controllerParameter = 'c';
$actionParameter = 'a';
$development = true;
$logErrors = true;
$urlParameters = false;
$sessionDatabase = false;
$libraries = array();
$helpers = array();
?>