view login.php @ 5:76c3b89d7b11

Improve voting, clean up the code, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Dec 2012 08:08:58 +0200
parents 8019b357cc03
children ea0f98a0bed8
line wrap: on
line source

<?
require "mconfig.inc.php";
require "msite.inc.php";

stSetupCacheControl();

if (stGetRequestItem("admpass", FALSE) == stGetSetting("admPassword"))
  stAdmSessionStart();

header("Location: https://".stGetRequestItem("goto"));
?>