]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Merge remote-tracking branch 'upstream/2022.12-rc' into diaspora-reshare
[friendica.git] / src / App.php
index d4120bcc2de922a265f3978bb095d97d6b22e3a7..0d4e8880dd9d8373db64f8b0a60df3cd7325da83 100644 (file)
@@ -717,10 +717,6 @@ class App
                                $this->baseURL->redirect('search');
                        }
 
-                       if (in_array($moduleName, ['about', 'about/more'])) {
-                               $this->baseURL->redirect('friendica');
-                       }
-
                        // Initialize module that can set the current theme in the init() method, either directly or via App->setProfileOwner
                        $page['page_title'] = $moduleName;