Home | History | Annotate | Download | only in www

Lines Matching refs:spp

6   error_log("spp.php - Unexpected Content-Type " . $_SERVER["CONTENT_TYPE"]);
11 error_log("spp.php - Unexpected method " . $_SERVER["REQUEST_METHOD"]);
19 error_log("spp.php - Realm not specified");
38 error_log("spp.php - Authentication failed - missing: " . print_r($needed));
43 error_log("spp.php - Authentication failed - empty username");
50 error_log("spp.php - Could not access database");
62 error_log("spp.php - Authentication failed - user '$user' not found");
66 error_log("spp.php - Authentication failed - empty password");
88 error_log("spp.php - Authentication required (not signup)");
103 $last = exec("$osu_root/spp/hs20_spp_server -r$osu_root -f/tmp/hs20_spp_server.log", $output, $ret);
110 error_log("spp.php - Authentication required (ret 2)");
113 error_log("spp.php - Unexpected authentication error");
118 error_log("spp.php - Failed to process SPP request");
119 die("Failed to process SPP request");
121 //error_log("spp.php: Response: " . implode($output));