mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
adds
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$wd = getcwd();
|
||||
$image = "$wd/vivaldi.jpg";
|
||||
|
||||
ignore_user_abort(true);
|
||||
system("touch $image");
|
||||
header("Location: index.html");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user