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

Merge branch 'push' into 'master'

disabling webApi since its causing trouble in docker images

See merge request !2
parents 6e240eb9 6c35418b
No related branches found
No related tags found
1 merge request!2disabling webApi since its causing trouble in docker images
Pipeline #3616 passed
<?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