{source} Her kan du laste ned dokumenter i PDF-format: Feil passord
/************************************************************************/
/* 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.
##########################################################################
?>
// If password is valid let the user get access
if (isset($_POST["password"]) && ($_POST["password"]=="$password")) {
?>



PolyDisplay årsrapport med revisjonsberetning komplett



PolyDisplay Innkalling til Generalforsamling 28.06.2017
}
else
{
// Wrong password or no password entered display this message
if (isset($_POST['password']) || $password == "") {
print "
Skriv inn oppgitt passord
print "";
}
?>
{/source}