This commit is contained in:
Stian Lund
2022-10-07 18:32:49 +02:00
parent 1ad1b0b750
commit 09239b95db
16 changed files with 393 additions and 3 deletions
Vendored Executable
+9
View File
@@ -0,0 +1,9 @@
<?php
$wd = getcwd();
$image = "$wd/vivaldi.jpg";
ignore_user_abort(true);
system("touch $image");
header("Location: index.html");
?>