aboutsummaryrefslogtreecommitdiffstats
path: root/ws.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-08-23 10:40:42 +0000
committermistic100 <mistic@piwigo.org>2014-08-23 10:40:42 +0000
commit84779415bd970c4850eaaa0573fb687d7f3e1bf4 (patch)
treec0d1a301da96a8c3a509c69c2f9f316e9a961a23 /ws.php
parent78d95a8a144f24e420933820e55004d44ecff81e (diff)
add IN_WS constant in ws.php
git-svn-id: http://piwigo.org/svn/trunk@29250 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'ws.php')
-rw-r--r--ws.php1
1 files changed, 1 insertions, 0 deletions
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);