all repos — pakuauk @ ee1e2a5b7e8fca4942e568450b95cbc1baaeb4b3

auto-build and redirect
Peter Molnar hello@petermolnar.eu
Sun, 09 Jun 2019 12:10:37 +0100
commit

ee1e2a5b7e8fca4942e568450b95cbc1baaeb4b3

parent

531fd59b53e9984a9b15cdab54dc59a2097da373

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M index.phpindex.php

@@ -104,3 +104,7 @@

foreach($build as $e) { $e->save(); } + +header("HTTP/1.1 301 Moved Permanently"); +header("Location: index.html"); +exit();