|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/crm.outerorbittech.com/ | |
|
Path: //home2/outerorb/crm.outerorbittech.com/pull.php
Size: 485 B
Permissions: 0664
<?php
function execPrint($command) {
$result = array();
exec($command, $result);
foreach ($result as $line) {
print($line . "<br>");
}
}
// Print the exec output inside of a pre element // 13b1f193ea0c2f8d23d432653695e53f63375065// c85474ca25fb010d42d5a0bf5b38bd2970188c08
print("<pre>" . execPrint("git pull https://originit-jyoti-developer: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@github.com/originit-jyoti-developer/bhive_crm.git main") . "</pre>");
?>