diff options
Diffstat (limited to 'lib/section.php')
-rw-r--r-- | lib/section.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/section.php b/lib/section.php index 24bcd7f65..d605d458d 100644 --- a/lib/section.php +++ b/lib/section.php @@ -27,7 +27,7 @@ * @link http://status.net/ */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET')) { exit(1); } |