X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcommandinterpreter.php;h=6babcba4f5c71b5cdb5f6de1afa083f02f794bdb;hb=865b716f0919b6e5133133cd6be53f4143660324;hp=628f55c2aaf6c24068552bcade0b3ddfa69d9a5c;hpb=1ee7d0ab55aa5e270a5087c939339b662aefbd9e;p=quix0rs-gnu-social.git diff --git a/lib/commandinterpreter.php b/lib/commandinterpreter.php index 628f55c2aa..6babcba4f5 100644 --- a/lib/commandinterpreter.php +++ b/lib/commandinterpreter.php @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -if (!defined('LACONICA')) { exit(1); } +if (!defined('STATUSNET')) { exit(1); } require_once INSTALLDIR.'/lib/command.php';