summaryrefslogtreecommitdiff
path: root/server/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/init.php')
-rwxr-xr-xserver/init.php19
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 = "";