Qrcode scanner

This commit is contained in:
Ibnu Maksum
2024-06-20 11:33:15 +07:00
parent 605a8f522f
commit f3349b50c8
12 changed files with 327 additions and 33 deletions

View File

@ -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);