cache busting for js and css files

This commit is contained in:
2017-09-12 00:52:06 +02:00
parent f6ab97a886
commit 9db61f0c1a
4 changed files with 9 additions and 6 deletions
+1 -2
View File
@@ -8,7 +8,6 @@
$vers = '???';
$versfn = __DIR__ . '/../user/version.h';
$myHash = shell_exec('git rev-parse --short HEAD');
$fwHash = '00000000';
if (file_exists($versfn)) {
$f = file_get_contents($versfn);
@@ -64,7 +63,7 @@ return [
'githubrepo' => 'https://github.com/espterm/espterm-firmware',
'githubrepo_front' => 'https://github.com/espterm/espterm-front-end',
'hash_backend' => $fwHash,
'hash_frontend' => $myHash, // TODO actual versions?
'hash_frontend' => GIT_HASH, // TODO actual versions?
'ap_dhcp_time' => '120',
'ap_dhcp_start' => '192.168.4.100',