fixed default start page in settings-defaults.php (back to std blog)

This commit is contained in:
real_nowhereman 2007-10-30 12:27:47 +00:00
parent c2cacb1183
commit 76193d7e77

View File

@ -7,7 +7,7 @@ $fp_config = array (
'title' => 'FlatPress', 'title' => 'FlatPress',
'subtitle' => 'My FlatPress blog', 'subtitle' => 'My FlatPress blog',
'footer' => '', 'footer' => '',
'author' => 'admin', 'author' => NULL,
'email' => 'webmaster@localhost.com', 'email' => 'webmaster@localhost.com',
'startpage' => 'about', 'startpage' => 'about',
'maxentries' => '5', 'maxentries' => '5',