From 4e37c80a36c641da9a669c9d76fbaaee2c73302e Mon Sep 17 00:00:00 2001 From: "Server (Felix)" Date: Fri, 4 Dec 2020 11:30:31 +0100 Subject: [PATCH] payload done --- payload.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/payload.php b/payload.php index f2a327a..5dd154a 100644 --- a/payload.php +++ b/payload.php @@ -1,3 +1,14 @@ auth success
'; + echo shell_exec('git pull'); + echo '
pulled
'; + echo shell_exec('npm run build'); + echo '
built
'; + } else { + header("Location: https://vt-prototyp.schulze.studio/"); + die(); + } ?> \ No newline at end of file