Generalforsamling i 
PolyDisplay 2017

{source}

/************************************************************************/
/* PHP Simple PasswordProtect v1.0 */
/* =========================== */
/* */
/* Written by Steve Dawson - http://www.stevedawson.com */
/* Freelance Web Developer - PHP, MySQL, HTML programming */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* but please leave this header intact, thanks */
/************************************************************************/
##########################################################################
$password = "EASL2017"; // Modify Password to suit for access, Max 10 Char.
##########################################################################
?>



Generalforsamling 2017




// If password is valid let the user get access
if (isset($_POST["password"]) && ($_POST["password"]=="$password")) {
?>


Her kan du laste ned dokumenter i PDF-format:





}
else
{
// Wrong password or no password entered display this message
if (isset($_POST['password']) || $password == "") {
print "

Feil passord
Skriv inn oppgitt passord

";}
print "

Skriv inn oppgitt passord for tilgang
";
print "

";
}
?>






{/source}