change load to login as it seems more sensible

This commit is contained in:
Damien Churchill 2010-03-11 20:24:20 +00:00
parent f6c058dd34
commit 3a54a9aebc
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ CONFIG_DEFAULTS = {
"show_session_speed": False, "show_session_speed": False,
"show_sidebar": True, "show_sidebar": True,
"theme": "gray", "theme": "gray",
"first_load": True, "first_login": True,
# Server Settings # Server Settings
"base": "/", "base": "/",