]> git.mxchange.org Git - friendica.git/commitdiff
wanted to use a constant for the shorthand regex to be used in the form input templat...
authorMarek Bachmann <marek.bachmann@comtec.eecs.uni-kassel.de>
Wed, 30 Nov 2022 00:15:42 +0000 (01:15 +0100)
committerMarek Bachmann <marek.bachmann@comtec.eecs.uni-kassel.de>
Wed, 30 Nov 2022 00:26:08 +0000 (01:26 +0100)
src/Module/Admin/Site.php

index 8aa43c556467eeb89bc32672fb34c56ceb82cdbb..9e6967d827654c4a21a5137eea8f1404972eee10 100644 (file)
@@ -42,8 +42,6 @@ use Friendica\Util\Strings;
 
 class Site extends BaseAdmin
 {
-//     const SHORTHAND_REGEX = '/*/i';
-
        protected function post(array $request = [])
        {
                self::checkAdminAccess();