11 lines
318 B
PHP
11 lines
318 B
PHP
<?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');
|
|
?>
|