<?php
include('/var/www/html/client/dirs.php');
$shell_script_path = '/software/repos/scripts';
//$pwd_dir = getcwd();
$pwd_dir = (__DIR__);
$selectedValue=$_GET['ExecutedRep'];
$scriptname = basename($_SERVER['PHP_SELF']);
putenv("pwd_shell=$pwd_dir");
putenv("selcted_option=$selectedValue");
putenv("script_name=$scriptname");
shell_exec("/software/repos/scripts/view_sowexectuedbyrep.sh");
sleep(2);
include('navbar_man.html');
readfile('sow_executed_rep.html');
//if (!isset($_GET['reload'])) {
 //   echo '<meta http-equiv=Refresh content="0;url=view_pipeline_call.php?reload=1">';
//}
//sleep(2);
 //   if (!isset($_SERVER['HTTP_REFERER']) || empty($_SERVER['HTTP_REFERER'])) {
//include './navbar_man.html';
//readfile("view_management_pipeline.html");
 //   }
?>
