Remove PHP closing tags from app files

Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-24 12:39:54 +00:00
parent 811d5d47f3
commit a4082524d4
18 changed files with 0 additions and 38 deletions

View File

@@ -283,5 +283,3 @@ function formatBytes($bytes, $locale = 'en', $precision = 2) {
return $formatted . ' ' . $units[$power];
}
?>

View File

@@ -189,5 +189,3 @@ switch ($controller->splitted_url[1]) {
}
break;
}
?>

View File

@@ -72,6 +72,3 @@ $head['js'] = "d.captcha.js";
$head['title'] = "Contact";
include ($config['views_folder']."d.contact.html");
?>

View File

@@ -18,5 +18,3 @@ else {
require_once($config['includes_folder']."poi_types.struct.php");
include ($config['views_folder']."d.map.html");
}
?>

View File

@@ -274,5 +274,3 @@ switch ($controller->splitted_url[1]) {
}
break;
}
?>

View File

@@ -223,5 +223,3 @@ if(isset($controller->splitted_url[1])) {
else {
$notfound = 1;
}
?>

View File

@@ -77,5 +77,3 @@ else if(isset($controller->splitted_url[1]) && $wikiPage->checkPermalink($contro
else {
$notfound = 1;
}
?>

View File

@@ -48,5 +48,3 @@ $config['SQL_db'] = "postgres";
$config['admin_mail'] = "leo@lstronic.com";
$config['bot_mail'] = "robot@kabano.com";
?>

View File

@@ -38,5 +38,3 @@ function generate_image_thumbnail($source_image_path, $thumbnail_image_path, $wi
imagedestroy($thumbnail_gd_image);
return true;
}
?>

View File

@@ -70,5 +70,3 @@ if($notfound) {
$head['title'] = $wikiPage->name;
include ($config['views_folder']."d.wiki.view.html");
}
?>

View File

@@ -33,6 +33,3 @@ if (PHP_VERSION_ID < 80000) {
}
$user->datetime_format = new IntlDateFormatter($config['locale'], IntlDateFormatter::LONG, IntlDateFormatter::SHORT, $config['timezone']);
$user->datetimeshort_format = new IntlDateFormatter($config['locale'], IntlDateFormatter::SHORT, IntlDateFormatter::SHORT, $config['timezone']);
?>

View File

@@ -2,5 +2,3 @@
require_once('includes/config.php');
require_once('includes/routes.php');
?>

View File

@@ -370,5 +370,3 @@ class BlogArticles
}
}
}
?>

View File

@@ -204,5 +204,3 @@ class Comments
}
}
}
?>

View File

@@ -94,5 +94,3 @@ class Locales
}
}
}
?>

View File

@@ -453,5 +453,3 @@ class Pois
}
}
}
?>

View File

@@ -451,5 +451,3 @@ class Users
}
}
}
?>

View File

@@ -301,5 +301,3 @@ class WikiPages
}
}
}
?>