Initial commit
This commit is contained in:
12
applications/taskmanager/configuration/configuration.php
Normal file
12
applications/taskmanager/configuration/configuration.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
$applicationName = 'taskmanager';
|
||||
$websiteTitle = 'SuperSmash Taskmanager';
|
||||
$webmasterEmail = 'info@SuperSmash.nl';
|
||||
$useDatabase = true;
|
||||
|
||||
// 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