Table of contents
No headers

Available since Kilen Woods

Create a new file called config.php in the control panel folder.

<?php

class Config extends DekiBaseConfig
{
	const RESULTS_PER_PAGE = 100;
}

 

Tag page
You must login to post a comment.