PWA saves curent grid for when offline
This commit is contained in:
8
gen-grid.php
Normal file
8
gen-grid.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
require("classes.php");
|
||||
|
||||
$grid = new Grid();
|
||||
$grid->generate();
|
||||
header("Location: " . $_SERVER["REQUEST_SCHEME"] . "://" . $_SERVER["HTTP_HOST"] . dirname($_SERVER["DOCUMENT_URI"]) . "/" . $grid->toString());
|
||||
exit();
|
||||
?>
|
Reference in New Issue
Block a user