summaryrefslogblamecommitdiff
path: root/lib/conf/apps.php
blob: fc714ca81112297de3b142b4586cc230548bb382 (plain) (tree)




















                               
<?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),
	);