mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Remove .="/"
This commit is contained in:
@@ -14,9 +14,9 @@ if ($pdo->getSetting('sabvdir') == "" || $pdo->getSetting('sabcompletedir') == "
|
||||
$page->show404();
|
||||
|
||||
if (!Utility::endsWith($pdo->getSetting('sabcompletedir'), "/"))
|
||||
$pdo->getSetting('sabcompletedir').= "/";
|
||||
$pdo->getSetting('sabcompletedir');
|
||||
if (!Utility::endsWith($pdo->getSetting('sabvdir'), "/"))
|
||||
$pdo->getSetting('sabvdir').="/";
|
||||
$pdo->getSetting('sabvdir');
|
||||
|
||||
|
||||
$basepath = $pdo->getSetting('sabcompletedir');
|
||||
|
||||
Reference in New Issue
Block a user