From 84779415bd970c4850eaaa0573fb687d7f3e1bf4 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 23 Aug 2014 10:40:42 +0000 Subject: add IN_WS constant in ws.php git-svn-id: http://piwigo.org/svn/trunk@29250 68402e56-0260-453c-a942-63ccdbb3a9ee --- ws.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ws.php') diff --git a/ws.php b/ws.php index 69084e3b0..5e4500120 100644 --- a/ws.php +++ b/ws.php @@ -22,6 +22,7 @@ // +-----------------------------------------------------------------------+ define ('PHPWG_ROOT_PATH', './'); +define ('IN_WS', true); include_once(PHPWG_ROOT_PATH.'include/common.inc.php'); check_status(ACCESS_FREE); -- cgit v1.2.3