diff usrlogin.php @ 155:5b92f130ba87

Add copyright header blurbs.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Oct 2013 16:11:49 +0300
parents d011a389e49b
children fa7f3defffd0
line wrap: on
line diff
--- a/usrlogin.php	Fri Oct 25 15:08:31 2013 +0300
+++ b/usrlogin.php	Fri Oct 25 16:11:49 2013 +0300
@@ -1,4 +1,9 @@
 <?
+//
+// FAPWeb Simple Demoparty System
+// Administration interface session login handler
+// (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
+//
 $sessionType = "user";
 require "mconfig.inc.php";
 require "msite.inc.php";