mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 17:24:41 +02:00
url using getUrl
This commit is contained in:
parent
9bf80467a1
commit
1e43ac210a
37 changed files with 415 additions and 390 deletions
|
@ -38,9 +38,9 @@ switch ($action) {
|
|||
});
|
||||
}
|
||||
if(file_put_contents($fieldPath, json_encode($datas))){
|
||||
r2(U . 'customfield', 's', 'Successfully saved custom fields!');
|
||||
r2(getUrl('customfield'), 's', 'Successfully saved custom fields!');
|
||||
}else{
|
||||
r2(U . 'customfield', 'e', 'Failed to save custom fields!');
|
||||
r2(getUrl('customfield'), 'e', 'Failed to save custom fields!');
|
||||
}
|
||||
default:
|
||||
$fields = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue