changeset 236:59e9bacd604c

Change logout forward page.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 21 Nov 2013 20:00:27 +0200
parents ed7644ee2b0b
children e6fdacce4fe0
files admlogout.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admlogout.php	Thu Nov 21 19:42:34 2013 +0200
+++ b/admlogout.php	Thu Nov 21 20:00:27 2013 +0200
@@ -13,5 +13,5 @@
 
 stSessionEnd(SESS_ADMIN);
 
-header("Location: admin");
+header("Location: admin.php");
 ?>
\ No newline at end of file