mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
parent
64df3c5538
commit
21c8e7d48a
58 changed files with 226 additions and 228 deletions
|
@ -30,7 +30,7 @@ function attach_build_auth_levels($is_auth, &$s_auth_can)
|
|||
{
|
||||
global $lang, $attach_config;
|
||||
|
||||
if (intval($attach_config['disable_mod'])) {
|
||||
if ((int)$attach_config['disable_mod']) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue