fixing the serverside e-mail checking
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<?php
|
||||
echo shell_exec('./checkmail.sh \'' . $_GET['mailAddress'] . '\'');
|
||||
$mailAddress=$_GET['mailAddress'];
|
||||
$output=shell_exec(__DIR__ . '/checkMail.sh \'' . $mailAddress . '\'');
|
||||
echo $output;
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user