в файле include/functions_check.php
Меняем:
- Код: Выделить всё
if ( !$torrent->is_private() ) {
$torrent->is_private(true);
}
На:
- Код: Выделить всё
if ( $torrent->is_private() ) {
$torrent->is_private(false);
}
всё
Коментируйте !!! (Хотеаб спасибо)
if ( !$torrent->is_private() ) {
$torrent->is_private(true);
}
if ( $torrent->is_private() ) {
$torrent->is_private(false);
}
Вернуться в Готовые модификации
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 0