mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-11 15:19:09 -04:00
Make the application home page the scaffolding.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user