mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
IP storage and attachment system bugfix. PHP 5.6+.
This commit is contained in:
parent
b06bb45700
commit
8c6097f5d8
14 changed files with 74 additions and 123 deletions
6
ajax.php
6
ajax.php
|
@ -60,12 +60,8 @@ switch ($ajax->action) {
|
|||
case 'view_torrent':
|
||||
case 'mod_action':
|
||||
case 'change_tor_status':
|
||||
case 'gen_passkey':
|
||||
require ATTACH_DIR . '/attachment_mod.php';
|
||||
require INC_DIR . '/functions_torrent.php';
|
||||
break;
|
||||
|
||||
case 'change_torrent':
|
||||
case 'gen_passkey':
|
||||
require ATTACH_DIR . '/attachment_mod.php';
|
||||
require INC_DIR . '/functions_torrent.php';
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue