diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
| commit | 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 (patch) | |
| tree | 3009f0564d75e3f7d1ca38507e7ebb92deaded07 /sandbox | |
update
Diffstat (limited to 'sandbox')
| -rw-r--r-- | sandbox/webproxy.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/webproxy.php b/sandbox/webproxy.php new file mode 100644 index 0000000..977a890 --- /dev/null +++ b/sandbox/webproxy.php @@ -0,0 +1,7 @@ +<?php + +$output = shell_exec('curl https://wittamore.fr/articles/2026/Updated-blogthis-script.html'); + +echo $output; + +?> |
