include("property_admin/engine/auth_adminbox.php"); ?>
if ($_SESSION['status'] == 2 )
include("templates/leftadmin_landlord.tpl");
?>
include("templates/navi.tpl");?>
include("templates/left_search.tpl");?>
include("property_admin/engine/auth_loginbox.php");?>
REGISTER
if($_POST['action'] == "sent" && !$fv->isError())
{
echo $res;
}
else
{ if ($fv->isError())
{
$errors = $fv->getErrorList();
echo "
Please resubmit the form after making the following changes:";
echo "
";
foreach ($errors as $e)
{
echo "- ".$e['msg']."
";
}
echo "
";
}
?>
} ?>