fixing router.php for nginx & better handling of fancy urls
This commit is contained in:
parent
e2a3726ad1
commit
22f1a1de54
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue