Files
web-installer/install.php
2024-08-07 08:13:53 +02:00

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;
*/
?>