Conflicts:
	inc/functions.php
This commit is contained in:
czaks 2013-08-11 17:49:29 -04:00
commit 8534e2cc80
7 changed files with 156 additions and 12 deletions

View file

@ -593,7 +593,11 @@
// Display image identification links using regex.info/exif, TinEye and Google Images.
$config['image_identification'] = false;
// Number of posts in a "View Last X Posts" page
$config['noko50_count'] = 50;
// Number of posts a thread needs before it gets a "View Last X Posts" page
$config['noko50_min'] = 100;
/*
* ====================
* Board settings
@ -915,6 +919,7 @@
// Location of files.
$config['file_index'] = 'index.html';
$config['file_page'] = '%d.html';
$config['file_page50'] = '%d+50.html';
$config['file_mod'] = 'mod.php';
$config['file_post'] = 'post.php';
$config['file_script'] = 'main.js';