Revert "Workaround for links from fb, like ?fbclid=x"

This reverts commit 073d9da0bc.
This commit is contained in:
slawkens
2023-05-14 08:15:44 +02:00
parent 073d9da0bc
commit 7a61f613ec
2 changed files with 4 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ defined('MYAAC') or die('Direct access not allowed!');
}
else {
$tmp = URI;
if(empty($tmp) || !$isEmptyGet) {
if(empty($tmp)) {
$tmp = array('news');
}
else {