Permalink
Please sign in to comment.
Browse files
Add config option for allowing editing/read-only. Hide edit buttons e…
…tc when read only
- Loading branch information...
Showing
with
11 additions
and 0 deletions.
@@ -0,0 +1,5 @@ | ||
+<?php defined('SYSPATH') or die('No direct script access.'); | ||
+/** | ||
+ * Enable offline editing (experimental) | ||
+ */ | ||
+$config['enable_editing'] = FALSE; |
0 comments on commit
8e6622e