diff admlogin.php @ 136:aeebfedb5709

Add some copyright headers.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Oct 2013 22:04:22 +0300
parents 7bdf89601ba0
children fa7f3defffd0
line wrap: on
line diff
--- a/admlogin.php	Tue Oct 22 21:55:12 2013 +0300
+++ b/admlogin.php	Tue Oct 22 22:04:22 2013 +0300
@@ -1,4 +1,9 @@
 <?
+//
+// FAPWeb Simple Demoparty System
+// Administration interface session login handler
+// (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+//
 $sessionType = "admin";
 require "mconfig.inc.php";
 require "msite.inc.php";