errors.php



if($_GET['msg'])
{
$msg = new Message();
echo $msg->getMessage($_GET['msg']);
}
?>

No comments:

Post a Comment