Remove PHP closing tags from app files
Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
This commit is contained in:
@@ -283,5 +283,3 @@ function formatBytes($bytes, $locale = 'en', $precision = 2) {
|
||||
|
||||
return $formatted . ' ' . $units[$power];
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -189,5 +189,3 @@ switch ($controller->splitted_url[1]) {
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -72,6 +72,3 @@ $head['js'] = "d.captcha.js";
|
||||
$head['title'] = "Contact";
|
||||
|
||||
include ($config['views_folder']."d.contact.html");
|
||||
|
||||
|
||||
?>
|
||||
@@ -18,5 +18,3 @@ else {
|
||||
require_once($config['includes_folder']."poi_types.struct.php");
|
||||
include ($config['views_folder']."d.map.html");
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -274,5 +274,3 @@ switch ($controller->splitted_url[1]) {
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -223,5 +223,3 @@ if(isset($controller->splitted_url[1])) {
|
||||
else {
|
||||
$notfound = 1;
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -77,5 +77,3 @@ else if(isset($controller->splitted_url[1]) && $wikiPage->checkPermalink($contro
|
||||
else {
|
||||
$notfound = 1;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user