SuperSmash_Framework/applications/taskmanager/configuration/configuration.php

12 lines
340 B
PHP
Raw Normal View History

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