comparison 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
comparison
equal deleted inserted replaced
122:7d9e8c82e744 123:5837b9333964
42 { 42 {
43 stSetupCacheControl(); 43 stSetupCacheControl();
44 44
45 stSessionEnd(SESS_USER); 45 stSessionEnd(SESS_USER);
46 46
47 header("Location: news"); 47 header("Location: ".stGetSetting("defaultPage"));
48 exit; 48 exit;
49 } 49 }
50 50
51 stSetupCacheControl(); 51 stSetupCacheControl();
52 52