diff options
| author | EoleDev <EoleDev@outlook.fr> | 2016-04-27 14:22:59 +0200 |
|---|---|---|
| committer | EoleDev <EoleDev@outlook.fr> | 2016-04-27 14:22:59 +0200 |
| commit | 1d42345e07b2ef557de3c5049864e6885632b9e9 (patch) | |
| tree | d84f1c5605bd0bcb2a35dfbe377ed60349c86532 /server/init.php | |
| parent | 5263cf00a253891396c442fe5be29762fb8be50d (diff) | |
End of comments
Diffstat (limited to 'server/init.php')
| -rwxr-xr-x | server/init.php | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/server/init.php b/server/init.php index 767224a..e6a90fb 100755 --- a/server/init.php +++ b/server/init.php @@ -1,14 +1,17 @@ <?php /** -* File containing the initialisation of the API. -* -* @version 1.0 Initialisation of this file -* @since 1.0 Core application's file -* -* @author Eole 'eoledev at outlook . fr' -* -*/ + * File containing the initialisation of the API. + * + * @version 1.0 Initialisation of this file + * @since 1.0 Core application's file + * + * @author Eole 'eoledev at outlook . fr' + * + */ +/* +* Include Main Api Class +*/ include_once("core/App.php"); $user = ""; |
