diff options
| author | 2013-04-17 19:33:02 +0200 | |
|---|---|---|
| committer | 2013-04-17 19:33:02 +0200 | |
| commit | 592a34f0d21ff1b6d4bd8613052d2684df39d246 (patch) | |
| tree | 6c93b180bf271e32357bf1bad4baa93aa1233f5b /public/data/Configuration.array.php | |
| parent | 044908439bdd7280f7539e12441d7dfa6c4d4c63 (diff) | |
| parent | a2b5e8f3ce597fbcec0c25b68c551a526d2bf3ec (diff) | |
Merge branch 'dev' into releases
Diffstat (limited to 'public/data/Configuration.array.php')
| -rw-r--r-- | public/data/Configuration.array.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/public/data/Configuration.array.php b/public/data/Configuration.array.php deleted file mode 100644 index ce5a1a8ee..000000000 --- a/public/data/Configuration.array.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php -return array ( - 'posts_per_page' => 20, - 'default_view' => 'not_read', - 'display_posts' => 'no', - 'sort_order' => 'low_to_high', - 'old_entries' => 3, - 'mail_login' => '', - 'shortcuts' => array ( - 'mark_read' => 'r', - 'mark_favorite' => 'f', - 'go_website' => 'space', - 'next_entry' => 'j', - 'prev_entry' => 'k', - 'next_page' => 'right', - 'prev_page' => 'left', - ), - 'mark_when' => array ( - 'article' => 'yes', - 'site' => 'yes', - 'page' => 'no', - ), -); |
