auto DBupgrade - got dropped previously from pialert.py

This commit is contained in:
jokob-sk
2022-07-17 15:23:29 +10:00
parent 9c0d543ccc
commit 6a92261735
2 changed files with 42 additions and 6 deletions

5
front/index.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
header('Location: /pialert/devices.php', TRUE, 302);
// or die();
exit();
?>