fixing router.php for nginx & better handling of fancy urls

This commit is contained in:
alternc 2016-02-03 21:33:37 +01:00
parent e2a3726ad1
commit 22f1a1de54
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<meta name="description" content="AlternC, Web and Mail Hosting software control panel."> <meta name="description" content="AlternC, Web and Mail Hosting software control panel.">
<meta name="keywords" content="AlternC Software Linux Debian Gnu Hosting Web Mail"> <meta name="keywords" content="AlternC Software Linux Debian Gnu Hosting Web Mail">
<title>AlternC<?php if ($title) { echo " - ".$title; } ?></title> <title>AlternC<?php if (isset($title)) { echo " - ".$title; } ?></title>
<!-- Bootstrap core CSS --> <!-- Bootstrap core CSS -->
@ -50,7 +50,7 @@
echo "Web and Mail server management software"; echo "Web and Mail server management software";
} }
?></p> ?></p>
<?php if ($title) { echo "<p>".$title."</p>"; } ?> <?php if (isset($title)) { echo "<p>".$title."</p>"; } ?>
</div> </div>
</div> </div>