Initial commit
This commit is contained in:
11
applications/start/configuration/configuration.php
Normal file
11
applications/start/configuration/configuration.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
$applicationName = 'start';
|
||||
$websiteTitle = 'SuperSmash framework | Start';
|
||||
$webmasterEmail = 'info@SuperSmash.nl';
|
||||
|
||||
// Include the database configuration file
|
||||
include_once ('databaseconfiguration.php');
|
||||
|
||||
// Include the SuperSmash framework configuration file
|
||||
include_once ('SuperSmashconfiguration.php');
|
||||
?>
|
Reference in New Issue
Block a user