Skip to content
Snippets Groups Projects
Commit 6de0981b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Better error message

parent a108a2fe
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ if (! empty($number))
endif ;
}
else {
print 'Bad parameters in URL. Must be http://MYDOLIBARR/asterisk/wrapper.php?caller=99999&called=99999&login=xxxxx&password=xxxxx';
print 'Bad parameters in URL. Must be '.$_SERVER['PHP_SELF'].'?caller=99999&called=99999&login=xxxxx&password=xxxxx';
}
print '</html>'."\n";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment