ib/inc/defines.php

7 lines
152 B
PHP
Raw Normal View History

<?php
if (!defined('TINYIB_BOARD')) { die(''); }
define('TINYIB_NEWTHREAD', '0');
define('TINYIB_INDEXPAGE', false);
define('TINYIB_RESPAGE', true);
?>