aboutsummaryrefslogtreecommitdiff
path: root/sandbox/webproxy.php
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/webproxy.php')
-rw-r--r--sandbox/webproxy.php7
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;
+
+?>