mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
nexus clients
This commit is contained in:
@@ -23,7 +23,7 @@ if ($action == 'view') {
|
||||
} elseif ($action == 'submit') {
|
||||
try {
|
||||
$result = $field->save($_REQUEST);
|
||||
redirect('fields.php?action=view');
|
||||
nexus_redirect('fields.php?action=view');
|
||||
} catch (\Exception $e) {
|
||||
stderr($lang_fields['field_management'], $e->getMessage());
|
||||
}
|
||||
@@ -48,7 +48,7 @@ if ($action == 'view') {
|
||||
}
|
||||
$sql = "delete from torrents_custom_fields where id = $id";
|
||||
$res = sql_query($sql);
|
||||
redirect('fields.php?action=view');
|
||||
nexus_redirect('fields.php?action=view');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user