Added debug mode ccheck.
This commit is contained in:
parent
5cdb063f85
commit
177700c652
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
<?php
|
||||
require_once '../../misuzu.php';
|
||||
|
||||
if (!MSZ_DEBUG) {
|
||||
return;
|
||||
}
|
||||
|
||||
$topicId = !empty($_GET['t']) && is_string($_GET['t']) ? (int)$_GET['t'] : 0;
|
||||
$topicUserId = user_session_current('user_id', 0);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue