Skip to content
Snippets Groups Projects
Commit 6c35418b authored by V Harish Ragavendher's avatar V Harish Ragavendher
Browse files

disabling webApi since its causing trouble in docker images

parent cbae7e6a
Branches master
No related tags found
1 merge request!2disabling webApi since its causing trouble in docker images
<?php
/*
class webAPI
{
public function __construct()
......@@ -23,3 +23,4 @@ class webAPI
}
}
*/
......@@ -13,8 +13,8 @@ file we are working just by including the load.php.............that's main idea
//sessions::start();
/*basically this webApi class is to make simple all throse requests to get processed and to access our application
from anywhere including cli like how we used to do with the web........ */
$webapi = new webAPI();
$webapi->initiateSession();
//$webapi = new webAPI();
//$webapi->initiateSession();
global $__site_config;
$__site_config = file_get_contents($_SERVER["DOCUMENT_ROOT"] . "/../photogramconfig.json");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment