summaryrefslogtreecommitdiff
path: root/public/data/Configuration.array.php
blob: d00f082336f4d0553b55e2788bc6e0f0eb035c74 (plain)
1
2
3
4
5
6
7
8
9
<?php
return array (
	'posts_per_page' => 20,
	'default_view' => 'not_read',
	'display_posts' => 'no',
	'sort_order' => 'low_to_high',
	'old_entries' => 3,
	'mail_login' => '',
);