diff options
Diffstat (limited to 'action.php')
-rw-r--r-- | action.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/action.php b/action.php index 539077bc3..ed25ac9d8 100644 --- a/action.php +++ b/action.php @@ -1,5 +1,7 @@ <?php +if (!defined('MICROBLOG')) { exit(1) } + class Action { // lawsuit var $args; |