diff --git a/fp-defaults/settings-defaults.php b/fp-defaults/settings-defaults.php index 54437be..ed1d048 100755 --- a/fp-defaults/settings-defaults.php +++ b/fp-defaults/settings-defaults.php @@ -7,9 +7,9 @@ $fp_config = array ( 'title' => 'FlatPress', 'subtitle' => 'My FlatPress blog', 'footer' => '', - 'author' => NULL, + 'author' => 'FlatPress Team', 'email' => 'webmaster@localhost.com', - 'startpage' => 'about', + 'startpage' => NULL, 'maxentries' => '5', 'notify' => true, 'theme' => 'leggero',