SuperSmash_Framework/applications/start/configuration/configuration.php

11 lines
318 B
PHP
Raw Normal View History

2018-12-19 20:44:16 +01:00
<?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');
?>