diff options
author | mistic100 <mistic@piwigo.org> | 2014-08-23 10:40:42 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-08-23 10:40:42 +0000 |
commit | 84779415bd970c4850eaaa0573fb687d7f3e1bf4 (patch) | |
tree | c0d1a301da96a8c3a509c69c2f9f316e9a961a23 /ws.php | |
parent | 78d95a8a144f24e420933820e55004d44ecff81e (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.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |