mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
Fix bugs burst
Fix Burst on php7 Fix edit hotspot plan Fix burs reset if klick sync button on plan page
This commit is contained in:
parent
060718dfda
commit
ee63abb618
3 changed files with 4 additions and 4 deletions
|
@ -92,7 +92,7 @@ class Radius
|
|||
{
|
||||
$rates = explode('/', $rate);
|
||||
##burst fixed
|
||||
if (str_contains($rate, ' ')) {
|
||||
if (strpos($rate, ' ')) {
|
||||
$ratos = $rates[0].'/'.$rates[1].' '.$rates[2].'/'.$rates[3].'/'.$rates[4].'/'.$rates[5].'/'.$rates[6];
|
||||
} else {
|
||||
$ratos = $rates[0].'/'.$rates[1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue