diff --git a/controllers/d.admin.php b/controllers/d.admin.php index ee136fb..06e3afd 100755 --- a/controllers/d.admin.php +++ b/controllers/d.admin.php @@ -283,5 +283,3 @@ function formatBytes($bytes, $locale = 'en', $precision = 2) { return $formatted . ' ' . $units[$power]; } - -?> \ No newline at end of file diff --git a/controllers/d.blog.php b/controllers/d.blog.php index 7e74eec..e6dd3ce 100755 --- a/controllers/d.blog.php +++ b/controllers/d.blog.php @@ -189,5 +189,3 @@ switch ($controller->splitted_url[1]) { } break; } - -?> \ No newline at end of file diff --git a/controllers/d.contact.php b/controllers/d.contact.php index e368688..f4a250e 100755 --- a/controllers/d.contact.php +++ b/controllers/d.contact.php @@ -72,6 +72,3 @@ $head['js'] = "d.captcha.js"; $head['title'] = "Contact"; include ($config['views_folder']."d.contact.html"); - - -?> \ No newline at end of file diff --git a/controllers/d.map.php b/controllers/d.map.php index 1949f48..91badf5 100755 --- a/controllers/d.map.php +++ b/controllers/d.map.php @@ -18,5 +18,3 @@ else { require_once($config['includes_folder']."poi_types.struct.php"); include ($config['views_folder']."d.map.html"); } - -?> \ No newline at end of file diff --git a/controllers/d.poi.php b/controllers/d.poi.php index a85cb5d..245cd17 100755 --- a/controllers/d.poi.php +++ b/controllers/d.poi.php @@ -274,5 +274,3 @@ switch ($controller->splitted_url[1]) { } break; } - -?> diff --git a/controllers/d.users.php b/controllers/d.users.php index ea6aefe..4d3a69b 100755 --- a/controllers/d.users.php +++ b/controllers/d.users.php @@ -223,5 +223,3 @@ if(isset($controller->splitted_url[1])) { else { $notfound = 1; } - -?> \ No newline at end of file diff --git a/controllers/d.wiki.php b/controllers/d.wiki.php index 049945b..dc9d230 100755 --- a/controllers/d.wiki.php +++ b/controllers/d.wiki.php @@ -77,5 +77,3 @@ else if(isset($controller->splitted_url[1]) && $wikiPage->checkPermalink($contro else { $notfound = 1; } - -?> \ No newline at end of file diff --git a/includes/config.example.php b/includes/config.example.php index 6c65602..9d801c2 100755 --- a/includes/config.example.php +++ b/includes/config.example.php @@ -48,5 +48,3 @@ $config['SQL_db'] = "postgres"; $config['admin_mail'] = "leo@lstronic.com"; $config['bot_mail'] = "robot@kabano.com"; - -?> \ No newline at end of file diff --git a/includes/images.php b/includes/images.php index 314b3d8..d428bad 100755 --- a/includes/images.php +++ b/includes/images.php @@ -38,5 +38,3 @@ function generate_image_thumbnail($source_image_path, $thumbnail_image_path, $wi imagedestroy($thumbnail_gd_image); return true; } - -?> \ No newline at end of file diff --git a/includes/poi_types.struct.php b/includes/poi_types.struct.php index 4dcc279..5da6b52 100644 --- a/includes/poi_types.struct.php +++ b/includes/poi_types.struct.php @@ -89,5 +89,3 @@ $poi_types = array( ) ); - -?> diff --git a/includes/routes.php b/includes/routes.php index 3d52e6b..c289e4f 100755 --- a/includes/routes.php +++ b/includes/routes.php @@ -70,5 +70,3 @@ if($notfound) { $head['title'] = $wikiPage->name; include ($config['views_folder']."d.wiki.view.html"); } - -?> diff --git a/includes/session.php b/includes/session.php index e0a387e..8286fe2 100755 --- a/includes/session.php +++ b/includes/session.php @@ -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']); - - -?> \ No newline at end of file diff --git a/models/d.blog.php b/models/d.blog.php index aee4221..cd21974 100755 --- a/models/d.blog.php +++ b/models/d.blog.php @@ -370,5 +370,3 @@ class BlogArticles } } } - -?> \ No newline at end of file diff --git a/models/d.comments.php b/models/d.comments.php index 4130b42..95d2b2a 100644 --- a/models/d.comments.php +++ b/models/d.comments.php @@ -204,5 +204,3 @@ class Comments } } } - -?> \ No newline at end of file diff --git a/models/d.locales.php b/models/d.locales.php index abe3b9e..8985701 100755 --- a/models/d.locales.php +++ b/models/d.locales.php @@ -94,5 +94,3 @@ class Locales } } } - -?> \ No newline at end of file diff --git a/models/d.poi.php b/models/d.poi.php index 2ee1c3e..106044a 100755 --- a/models/d.poi.php +++ b/models/d.poi.php @@ -453,5 +453,3 @@ class Pois } } } - -?> \ No newline at end of file diff --git a/models/d.users.php b/models/d.users.php index f95bf51..0a21c50 100755 --- a/models/d.users.php +++ b/models/d.users.php @@ -451,5 +451,3 @@ class Users } } } - -?> \ No newline at end of file diff --git a/models/d.wiki.php b/models/d.wiki.php index 5c026f8..2d9470c 100755 --- a/models/d.wiki.php +++ b/models/d.wiki.php @@ -301,5 +301,3 @@ class WikiPages } } } - -?> \ No newline at end of file