mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix admin area
This commit is contained in:
@@ -45,7 +45,7 @@ switch ($action) {
|
||||
$content = $contents->update(request()->all());
|
||||
$returnid = $content['id'];
|
||||
}
|
||||
header('Location:content-add.php?id='.$returnid);
|
||||
header('Location:'.WWW_TOP.'/content-add.php?id='.$returnid);
|
||||
break;
|
||||
|
||||
case 'view':
|
||||
|
||||
Reference in New Issue
Block a user