9 lines
90 B
PHP
Executable File
9 lines
90 B
PHP
Executable File
<?php
|
|
|
|
$output = shell_exec("/bin/bash connect.sh Chraas &");
|
|
echo $output;
|
|
exit(0);
|
|
|
|
?>
|
|
|