From 22f1a1de54064587d18023bd5da3b572efa35ea0 Mon Sep 17 00:00:00 2001 From: alternc Date: Wed, 3 Feb 2016 21:33:37 +0100 Subject: [PATCH] fixing router.php for nginx & better handling of fancy urls --- doc/www/head.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/www/head.php b/doc/www/head.php index a319de31..630ba426 100644 --- a/doc/www/head.php +++ b/doc/www/head.php @@ -8,7 +8,7 @@ -AlternC<?php if ($title) { echo " - ".$title; } ?> + AlternC<?php if (isset($title)) { echo " - ".$title; } ?> @@ -50,7 +50,7 @@ echo "Web and Mail server management software"; } ?>

- ".$title."

"; } ?> +".$title."

"; } ?>