Update findFriend.php
This commit is contained in:
@@ -64,6 +64,11 @@
|
|||||||
}catch(Exception $e){
|
}catch(Exception $e){
|
||||||
echo "Exception: ".$e->getMessage().PHP_EOL;
|
echo "Exception: ".$e->getMessage().PHP_EOL;
|
||||||
}
|
}
|
||||||
|
echo '<h3>$GLOBALS</h3>';
|
||||||
|
echo "<pre>";
|
||||||
|
print_r($GLOBALS);
|
||||||
|
echo "</pre>";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
|
|||||||
Reference in New Issue
Block a user