mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Revert "Moved file_list_v2.php back to includes (#1303)"
This reverts commit be5c34a951
.
This commit is contained in:
parent
1303a86b12
commit
7d32944d36
3 changed files with 3 additions and 6 deletions
|
@ -24,7 +24,6 @@ $page_cfg['load_tpl_vars'] = [
|
|||
];
|
||||
|
||||
$newest = $next_topic_id = 0;
|
||||
$file_list = isset($_GET['filelist']) ? include(INC_DIR . '/file_list_v2.php') : 0;
|
||||
$start = isset($_GET['start']) ? abs((int)$_GET['start']) : 0;
|
||||
$topic_id = isset($_GET[POST_TOPIC_URL]) ? (int)$_GET[POST_TOPIC_URL] : 0;
|
||||
$post_id = (!$topic_id && isset($_GET[POST_POST_URL])) ? (int)$_GET[POST_POST_URL] : 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue