changeset 339:9dd87c8de942

Fix a link to the admin interface.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 29 Nov 2013 07:42:57 +0200
parents c30f5bcb71fd
children 87e57f0aa0e5
files print.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/print.php	Fri Nov 29 07:22:26 2013 +0200
+++ b/print.php	Fri Nov 29 07:42:57 2013 +0200
@@ -26,7 +26,7 @@
   cmPrintPageHeader("Error");
   echo "<h1>Permission denied</h1>\n".
   "<p>You need to be logged in as administrator to access this data.</p>\n".
-  "<p><a href=\"admin\">Click here for login form</a></p>\n";
+  "<p><a href=\"admin.php\">Click here for login form</a></p>\n";
   cmPrintPageFooter();
   exit;
 }