diff options
Diffstat (limited to '')
-rw-r--r-- | notification.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/notification.php b/notification.php index 53950722d..b28472d31 100644 --- a/notification.php +++ b/notification.php @@ -33,6 +33,11 @@ define('PHPWG_ROOT_PATH','./'); include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); // +-----------------------------------------------------------------------+ +// | Check Access and exit when user status is not ok | +// +-----------------------------------------------------------------------+ +check_status(ACCESS_GUEST); + +// +-----------------------------------------------------------------------+ // | new feed creation | // +-----------------------------------------------------------------------+ |