mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 01:05:13 +02:00
fix critical bug customer can recharge without balance when using balance. and move Balance to select Gateway
This commit is contained in:
parent
32a64d944a
commit
6db2f2bf0d
10 changed files with 266 additions and 317 deletions
|
@ -19,6 +19,9 @@ class App{
|
|||
}
|
||||
|
||||
public static function getTokenValue($key){
|
||||
if(empty($key)){
|
||||
return "";
|
||||
}
|
||||
if(isset($_SESSION[$key])){
|
||||
return $_SESSION[$key];
|
||||
}else{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue