X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2FOStatus%2Flib%2Fpushinqueuehandler.php;h=ec1911653a9c7611f97d492cbe28d0c8a7a49a5b;hb=9948523c33ea0d02681ff1e0cd4fcb839dc9df96;hp=1fd29ae301b9203595016b4210550260507efde8;hpb=b798faf9ea67c5e02ee515fb8e344132f8edd6be;p=quix0rs-gnu-social.git diff --git a/plugins/OStatus/lib/pushinqueuehandler.php b/plugins/OStatus/lib/pushinqueuehandler.php index 1fd29ae301..ec1911653a 100644 --- a/plugins/OStatus/lib/pushinqueuehandler.php +++ b/plugins/OStatus/lib/pushinqueuehandler.php @@ -17,12 +17,15 @@ * along with this program. If not, see . */ +if (!defined('STATUSNET')) { + exit(1); +} + /** * Process a feed distribution POST from a PuSH hub. * @package FeedSub * @author Brion Vibber */ - class PushInQueueHandler extends QueueHandler { function transport()