diff options
Diffstat (limited to 'lib/conf/apps.php')
-rw-r--r-- | lib/conf/apps.php | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/lib/conf/apps.php b/lib/conf/apps.php index c3efea4..524da45 100644 --- a/lib/conf/apps.php +++ b/lib/conf/apps.php @@ -1,8 +1,11 @@ <?php -$homepage = "blog"; +$homepage = "view-static-home"; $apps = array( + "static" => array( + "view" => 0, + ), // File upload application "file" => array( @@ -38,11 +41,11 @@ $apps = array( "blog" => array( "index" => 0, "view" => 0, - "drafts" => 1, - "publish" => 1, - "post" => 1, - "edit" => 1, - "delete" => 1, + "drafts" => 2, + "publish" => 2, + "post" => 2, + "edit" => 2, + "delete" => 2, "comment" => 1, "edcom" => 1, "delcom" => 2, |