summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/config.php b/inc/config.php
index 93050e7..76783c3 100644
--- a/inc/config.php
+++ b/inc/config.php
@@ -14,5 +14,6 @@ $b_config = array(
'mail_from' => 'Bulletin <noreply@bulletinalpha.tk>',
'mobile_base' => 'https://m.bulletinalpha.tk/',
'moblie_host' => 'm.bulletinalpha.tk',
+ 'ads_per_page' => 10,
);
?>