Commit 1522f859 by root

Utbk

parent 33e88ac2
file/*
!file/.gitkeep
<?php
function execPrint($command) {
$result = shell_exec($command." 2>&1");
echo $result;
}
echo "<pre>";
execPrint("cd /home/spmbapp.del.ac.id/www/spmbapp/app/utbk && git pull https://deployer:GambirGota@gitlab.del.ac.id/oppir.hutapea/FormulirUTBK.git master");
echo "</pre>";
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment