diff options
| author | EoleDev <EoleDev@outlook.fr> | 2016-04-26 20:42:31 +0200 |
|---|---|---|
| committer | EoleDev <EoleDev@outlook.fr> | 2016-04-26 20:42:31 +0200 |
| commit | 5263cf00a253891396c442fe5be29762fb8be50d (patch) | |
| tree | 36adbdf4ccefaf85fe0ffb9c08c44f2fb8221da6 /server/config.inc.php | |
| parent | 477dc821824b422c11d0d34b644de4b68a596510 (diff) | |
Refactoring of comments beginning
Diffstat (limited to 'server/config.inc.php')
| -rwxr-xr-x | server/config.inc.php | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/server/config.inc.php b/server/config.inc.php index aa10504..4a4e494 100755 --- a/server/config.inc.php +++ b/server/config.inc.php @@ -1,11 +1,21 @@ <?php - date_default_timezone_set('Europe/Paris'); +/** +* File containing the code for the API door. +* +* @version 1.0 Initialisation of this file +* @since 1.0 Core application's file +* +* @author Eole 'eoledev at outlook . fr' +* +*/ - $config = Array(); - - $config["modules_enabled"] = ""; - $config["urlAuth"] = "http://148.60.11.31:5000/v3"; - $config["tokenTime"] = 60 //minute = 60 +date_default_timezone_set('Europe/Paris'); + +$config = Array(); + +$config["modules_enabled"] = ""; +$config["urlAuth"] = "http://148.60.11.31:5000/v3"; +$config["tokenTime"] = 60; //minute = 60 ?> |
