mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-30 14:49:25 +02:00
Qrcode scanner
This commit is contained in:
parent
605a8f522f
commit
f3349b50c8
12 changed files with 327 additions and 33 deletions
|
@ -24,7 +24,7 @@ $reset_day = $config['reset_day'];
|
|||
if(empty($reset_day)){
|
||||
$reset_day = 1;
|
||||
}
|
||||
|
||||
$reset_day = 20;
|
||||
//first day of month
|
||||
if($reset_day >= date("d")){
|
||||
$first_day_month = date('Y-m-'.$reset_day);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue