mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-03 06:34:40 -04:00
files reformatted
for better readability
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
<?php
|
||||
<?php
|
||||
require_once("template.php");
|
||||
if (!file_exists("config.php"))
|
||||
{
|
||||
if (!file_exists("config.php")) {
|
||||
require_once("install.php");
|
||||
}else{
|
||||
require_once("config.php");
|
||||
} else {
|
||||
require_once("config.php");
|
||||
|
||||
Template::render_header("Page not found");
|
||||
Template::render_header("Page not found");
|
||||
?>
|
||||
<div class="text-center">
|
||||
<h1><?php echo _("Page Not Found");?></h1>
|
||||
<p><?php echo _("Sorry, but the page you were trying to view does not exist.");?></p>
|
||||
<h1><?php echo _("Page Not Found"); ?></h1>
|
||||
<p><?php echo _("Sorry, but the page you were trying to view does not exist."); ?></p>
|
||||
</div>
|
||||
<?php
|
||||
Template::render_footer();
|
||||
}
|
||||
<?php
|
||||
Template::render_footer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user