]> git.mxchange.org Git - friendica.git/blobdiff - mod/probe.php
the Quattro admin_user template was missing the users note for the admin
[friendica.git] / mod / probe.php
index 221d186508f51e3b9801e0fca22a54e4746718af..95f856bfa1499b77c495119196b6fd4ede39eebe 100644 (file)
@@ -2,17 +2,18 @@
 
 require_once('include/Scrape.php');
 
-function probe_content(&$a) {
+function probe_content(App $a) {
 
        $o .= '<h3>Probe Diagnostic</h3>';
 
        $o .= '<form action="probe" method="get">';
        $o .= 'Lookup address: <input type="text" style="width: 250px;" name="addr" value="' . $_GET['addr'] .'" />';
-       $o .= '<input type="submit" name="submit" value="Submit" /></form>'; 
+       $o .= '<input type="submit" name="submit" value="Submit" /></form>';
 
        $o .= '<br /><br />';
 
        if(x($_GET,'addr')) {
+
                $addr = trim($_GET['addr']);
                $res = probe_url($addr);
                $o .= '<pre>';