mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r98
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@98 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
8af4f335b3
commit
3b2f1955b8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if (!defined('BB_ROOT')) die(basename(__FILE__));
|
||||||
if (!defined('BB_SCRIPT')) define('BB_SCRIPT', 'undefined');
|
if (!defined('BB_SCRIPT')) define('BB_SCRIPT', 'undefined');
|
||||||
|
|
||||||
// Exit if board is disabled via ON/OFF trigger
|
// Exit if board is disabled via ON/OFF trigger
|
||||||
if (!defined('IN_ADMIN') && !defined('IN_AJAX') && !defined('IN_SERVICE') && !IS_ADMIN)
|
if (!defined('IN_ADMIN') && !defined('IN_AJAX') && !defined('IN_SERVICE'))
|
||||||
{
|
{
|
||||||
if (file_exists(BB_DISABLED))
|
if (file_exists(BB_DISABLED))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue