5 lines
49 B
PHP
Executable File
5 lines
49 B
PHP
Executable File
<?php
|
|
echo "Call back didit";
|
|
exit();
|
|
?>
|