Make the application home page the scaffolding.

This commit is contained in:
Bharat Mediratta
2009-01-29 01:38:40 +00:00
parent 6bfadc14ed
commit 33d7fa8cf6

View File

@@ -27,5 +27,5 @@ $config["^admin_.*"] = null;
// Redirect /form/add and /form/edit to REST_Controller.
$config["^form/(edit|add)/(\w+)/(.*)$"] = "$2/form_$1/$3";
// For now our default page is the scaffolding.
$config["_default"] = "welcome";
// Default page is the root album
$config["_default"] = "albums/1";