diff options
Diffstat (limited to 'classes/Notice.php')
-rw-r--r-- | classes/Notice.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index f990675fb..a25afce2b 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -1,4 +1,7 @@ <?php + +if (!defined('MICROBLOG')) { exit(1) } + /** * Table Definition for notice */ |