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(); } ?>