mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
backup export path configurable + fix some warning
This commit is contained in:
+1
-1
@@ -225,7 +225,7 @@ tr($lang_usercp['row_school'], "<select name=school>$schools</select>", 1);
|
||||
case "tracker":
|
||||
$showaddisabled = true;
|
||||
if ($enablead_advertisement == 'yes'){
|
||||
if (get_user_class() >= $noad_advertisement || ($enablebonusnoad_advertisement == 'yes' && strtotime($CURUSER['noaduntil']) >= TIMENOW)){
|
||||
if (get_user_class() >= $noad_advertisement || ($enablebonusnoad_advertisement == 'yes' && !empty($CURUSER['noaduntil']) && strtotime($CURUSER['noaduntil']) >= TIMENOW)){
|
||||
$showaddisabled = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user