mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-30 15:54:51 +02:00
Bugs Fix
lots has been done that i cant even recalled, but i think all identify bugs is fix, i urge you all to give it test and report any issues arising.
This commit is contained in:
parent
cc68770f51
commit
7d3afa091f
2 changed files with 121 additions and 30 deletions
|
@ -235,7 +235,7 @@ class Package
|
|||
}
|
||||
}
|
||||
|
||||
if ($b['status'] == 'off') {
|
||||
if ($b['status'] == 'on') {
|
||||
$dvc = Package::getDevice($p);
|
||||
if ($_app_stage != 'demo') {
|
||||
if (file_exists($dvc)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue