4 lines
77 B
PHP
4 lines
77 B
PHP
|
|
<?php
|
||
|
|
echo shell_exec('./checkmail.sh \'' . $_GET['mailAddress'] . '\'');
|
||
|
|
?>
|