view login.php @ 0:8019b357cc03

Initial import.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Dec 2012 19:07:18 +0200
parents
children 76c3b89d7b11
line wrap: on
line source

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

if (stChkRequestItem("admpass") &&
  stGetRequestItem("admpass") == stGetSetting("admpass", FALSE))
  stStartSession();

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