if (!$securimage->check($_REQUEST['captcha_code']))
{
echo '<p>Your captcha response was incorrect or expired. Please try again.</p>';
$reject = TRUE;
}
}
if (!$reject)
{
$feedback = stripcslashes($feedback);
$message = date('l, F j, Y, g:i a') ."
$message = gmdate('l, F j, Y, g:i a') ."
From: $nameis ($visitormail)
School: $school ($school_id)\n
Rating: $rating
Feedback: $feedback
\n
IP = $ip
Browser = $httpagent
Deployment = $fromdom
Referrer = $referrer
saved_schedules = $saved_schedules
";
inc/class.schedule.php
➞
Show inline comments
@@ -764,25 +764,25 @@ class Schedule
. "</div> <!-- id=\"my-glider\" -->\n"
. $footcloser; // Closes off the content div
} else {
echo '<html><body><p>There are no possible schedules. Please <a href="input.php?s='.$this->id.'">try again</a>.</p></body></html>';
}
echo '<p id="possiblestats">' . PHP_EOL
. ' There were a total of ' . $this->possiblePermutations . ' possible permutations. Only ' . $this->nPermutations . ' permutations had no class conflicts.' . PHP_EOL