diff options
| author | cflem <carson.fl3ming@gmail.com> | 2016-12-29 15:17:31 -0700 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2016-12-29 15:17:31 -0700 |
| commit | addf249c06d0f0957e93efd8738b72ef4cd9849c (patch) | |
| tree | b41c796b314b47c16d9750ee3c578d1a2bae1990 /inc/config.php | |
| parent | 33fcf9fb658f77978514f9dbca463d68ceee3dba (diff) | |
| download | bulletin-addf249c06d0f0957e93efd8738b72ef4cd9849c.tar.gz | |
Made ads per page configurable
Diffstat (limited to 'inc/config.php')
| -rw-r--r-- | inc/config.php | 1 |
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, ); ?> |
