Home | History | Annotate | Download | only in www

Lines Matching refs:Failed

38     error_log("spp.php - Authentication failed - missing: " . print_r($needed));
39 die('Authentication failed');
43 error_log("spp.php - Authentication failed - empty username");
44 die('Authentication failed');
62 error_log("spp.php - Authentication failed - user '$user' not found");
63 die('Authentication failed');
66 error_log("spp.php - Authentication failed - empty password");
67 die('Authentication failed');
76 die('Authentication failed');
118 error_log("spp.php - Failed to process SPP request");
119 die("Failed to process SPP request");