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