5 lines
78 B
PHP
5 lines
78 B
PHP
<?php
|
|
$config['posts_per_page'] = 10;
|
|
$config['search_enabled'] = false;
|
|
?>
|