diff usrlogin.php @ 123:5837b9333964

Add new "about" page, and setting for default page.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Oct 2013 15:18:09 +0300
parents ff511f5351df
children d011a389e49b
line wrap: on
line diff
--- a/usrlogin.php	Tue Oct 22 14:40:42 2013 +0300
+++ b/usrlogin.php	Tue Oct 22 15:18:09 2013 +0300
@@ -34,5 +34,5 @@
   $gotoPage = "loginerror";
 }
 
-header("Location: ".($gotoPage !== FALSE ? $gotoPage : "news"));
+header("Location: ".($gotoPage !== FALSE ? $gotoPage : stGetSetting("defaultPage")));
 ?>
\ No newline at end of file