15 lines
179 B
PHP
15 lines
179 B
PHP
<?php
|
|
|
|
/*
|
|
put_install_envs();
|
|
|
|
// check ENV variables
|
|
$output = shell_exec("set");
|
|
echo "<pre>".$output."</pre>";
|
|
|
|
//$output = shell_exec("sh install.sh");
|
|
//echo $output;
|
|
*/
|
|
|
|
?>
|