WIP - Removing unneccessary closing tags to prevent potential issues. (#223)

* Part 1

Removing closing tags when no HTML or other output comes after the last PHP codeblock.

* Further removals

* nothing

---------

Co-authored-by: slawkens <slawkens@gmail.com>
This commit is contained in:
SRNT-GG
2023-06-15 20:53:55 +02:00
committed by GitHub
parent 996ae625c9
commit 8d10082179
98 changed files with 14 additions and 157 deletions

View File

@@ -40,4 +40,3 @@ if(!@file_exists($page_file))
// output image
//header('Content-type: image/gif');
//readfile($file);
?>

View File

@@ -452,4 +452,3 @@ function logo_monster()
global $config;
return str_replace(" ", "", trim(strtolower($config['logo_monster'])));
}
?>