add IN_WS constant in ws.php

git-svn-id: http://piwigo.org/svn/trunk@29250 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-08-23 10:40:42 +00:00
parent 78d95a8a14
commit 84779415bd

1
ws.php
View File

@@ -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);