All pastes #739133 Raw Edit

Unnamed

public text v1 · immutable
#739133 ·published 2007-10-16 21:59 UTC
rendered paste body
<?php
require("../conf_system.php")
require ("../{$conf_s['errormsg']}");
$vcode=trim($_REQUEST['vcode']);

if ($user == NULL)
{
  die(er02);
}
if ($vcode != $_SESSION['validation_image']){
 echo "<font color=\"red\">Invalid VCode entry</font>";
}
?>