groups

name language licence
reset mysql numbers SQL (Rails) Other
gravatar php crypt PHP Other
logged in Other WA
unset session (logout) PHP WA
WA fail inline PHP Other
if readable and exsists PHP Other

< 1 2 >



language: PHP
licence: Other

WA fail inline

options: view full snippetsend to code collector
<?php 
ini_set('display_errors', 0);
if($WA_Auth_Parameter["failRedirect"]!=""){ ?>
	<p class="fail">There was a problem with your username or password please try again</p>
<?php } ?>
	
(Continues...)