Commit f7b20fc46eb51786a525cf053ad010c7488db416

Authored by michael
1 parent 0017f4e8

updating page header


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@63 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 4 additions and 4 deletions
login.php
1 1 <?php
2 2  
3 3 /**
4   - * login.php -- Login page
  4 + * $Id$
5 5 *
6 6 * This page handles logging a user into the dms.
7 7 * This page displays the login form, and performs the business logic login processing.
8 8 *
9 9 * Licensed under the GNU GPL. For full terms see the file COPYING.
10 10 *
11   - * @version $Id$
12   - * @Copyright (c) 1999-2002 The Owl Project Team
13   - * @author michael
  11 + * @version $Revision$
  12 + * @author <a href="mailto:michael@jamwarehouse.com>Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa
14 13 * @package dms
15 14 */
  15 +
16 16 // main library routines and defaults
17 17 require_once("./config/dmsDefaults.php");
18 18 require_once("./lib/owl.lib.php");
... ...