diff usrajax.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 1b4ae1432989
children aecf145e7c70
line wrap: on
line diff
--- a/usrajax.php	Tue Oct 22 14:40:42 2013 +0300
+++ b/usrajax.php	Tue Oct 22 15:18:09 2013 +0300
@@ -44,7 +44,7 @@
 
   stSessionEnd(SESS_USER);
 
-  header("Location: news");
+  header("Location: ".stGetSetting("defaultPage"));
   exit;
 }