summaryrefslogtreecommitdiff
path: root/lib/conf/apps.php
blob: fc714ca81112297de3b142b4586cc230548bb382 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php

$homepage = "notes";

$apps = array(
	"image" => array(
		"index" => 1,
		"delete" => 1,
		"upload" => 0),
	"account" => array(
		"new" => 0),
	"notes" => array(
		"index" => 0,
		"user" => 0,
		"view" => 0,
		"new" => 1,
		"edit" => 1,
		"delete" => 1,
		"move" => 1,
		"source" => 0),
	);