]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Outbox.php
Make the site admin theme setting link go to the currently selected theme
[friendica.git] / src / Module / Outbox.php
index 41e10757f1231ae90a10138fe49cc09cc4ef722b..27dcd5c1f44b905b51423e6f3cccc3bfe8e43e6b 100644 (file)
@@ -5,10 +5,9 @@
 namespace Friendica\Module;
 
 use Friendica\BaseModule;
-use Friendica\Protocol\ActivityPub;
 use Friendica\Core\System;
 use Friendica\Model\User;
-use Friendica\Util\HTTPSignature;
+use Friendica\Protocol\ActivityPub;
 
 /**
  * ActivityPub Outbox
@@ -19,6 +18,7 @@ class Outbox extends BaseModule
        {
                $a = self::getApp();
 
+               // @TODO: Replace with parameter from router
                if (empty($a->argv[1])) {
                        System::httpExit(404);
                }