mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-31 16:25:04 +02:00
patch update
make settings form individual to reduce conflicts
This commit is contained in:
parent
6ffa396b05
commit
eb1d804a4d
2 changed files with 57 additions and 5 deletions
|
@ -145,7 +145,7 @@ switch ($action) {
|
|||
r2(U . 'settings/app', 'e', 'PHP GD is not installed');
|
||||
}
|
||||
}
|
||||
if ($company == '') {
|
||||
if ($_POST['general'] && $company == '') {
|
||||
r2(U . 'settings/app', 'e', Lang::T('All field is required'));
|
||||
} else {
|
||||
if ($radius_enable) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue