change to tests

This commit is contained in:
Stian Lund
2024-08-27 16:39:18 +02:00
parent 6bf6da728f
commit 6430a0cbcf
4 changed files with 31 additions and 25 deletions
+12 -9
View File
@@ -1,9 +1,12 @@
<?php
$wd = getcwd();
$image = "$wd/vivaldi.jpg";
ignore_user_abort(true);
system("touch $image");
header("Location: index.html");
?>
<?php
$wd = getcwd();
$image = "$wd/vivaldi.jpg";
ignore_user_abort(true);
system("touch vivaldi.jpg");
system("mv style1.css style.tmp; mv style2.css style1.css; mv style.tmp style2.css");
system("touch style1.css");
header("Location: index.html");
?>