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