fix date check in index.php

fixes #9
This commit is contained in:
Igor Rzegocki 2022-10-21 18:40:53 +02:00
parent a2d75a3b2e
commit 92c33c472b
No known key found for this signature in database
GPG Key ID: DBF5E35526B27548
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@
return false;
}
};
var get_year =function() {return '2022';};
var get_day =function() {return '0';};
var get_year =function() {return '<?= echo(date('Y')); ?>';};
var get_day =function() {return '<?= echo(date('w')); ?>';};
var fwv = '4.89';
token ='bVBwcJUOF3x5Mi1jEhA4RR/STnwicOfara+atTbAJSE=';
function loadLib(idx){