/************************************************************************** * _____________________________________ * * |RegSys - v 1.1.0.1 - 2009/01/05 | * * | | * * |RegSys: Registration & Login System | * * |_____________________________________| * * * * Please forward any suggestions, problems, improvements, etc. to * * webmaster@ledanalf.tk thanks. * * * * Copyright© 2008-09 Ledanalf® (webmaster@ledanalf.tk) * * Distributed under the GNU/GPL license (see http://www.gnu.org/copyleft/)* **************************************************************************/ if(isset($_GET['error'])) { //echo = $_GET['error']; // echo 'error'; } if(isset($_POST['redir'])) { $redir = $_POST['redir']; } elseif(isset($_GET['redir'])) { $redir = $_GET['redir']; } else { $redir = "/index.php"; } if (isset($_POST['error'])) { // $error = 'true'; } ?>