X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ffile.php;h=10c59a96122aa267c2e5c951af8c77235c46cff8;hb=c899e4a84ee45b65950980ccb87e52129871d58e;hp=8310e48df1565431f1ba23f5a4455af455c73c1c;hpb=a68722c9c75cd9dc8ed84e186f3b4ecc5556b1a3;p=quix0rs-gnu-social.git diff --git a/actions/file.php b/actions/file.php index 8310e48df1..10c59a9612 100644 --- a/actions/file.php +++ b/actions/file.php @@ -1,7 +1,7 @@ . */ -if (!defined('LACONICA')) { exit(1); } +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/actions/shownotice.php');