diff options
Diffstat (limited to 'stream.php')
-rw-r--r-- | stream.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stream.php b/stream.php index d30ee013c..9f972d75e 100644 --- a/stream.php +++ b/stream.php @@ -1,5 +1,7 @@ <?php +if (!defined('MICROBLOG')) { exit(1) } + define('NOTICES_PER_PAGE', 20); class StreamAction extends Action { |