X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FOStatus%2Flib%2Fpushinqueuehandler.php;h=ec1911653a9c7611f97d492cbe28d0c8a7a49a5b;hb=f11c1c77cab7d7310ec0d2c17bc6f35c491f2871;hp=1fd29ae301b9203595016b4210550260507efde8;hpb=1883da64185022866572f9eb27938b4cc7724328;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()