Commit 4efa18dfc9ec7b68f1fe1097ed8977f887f4a933
1 parent
3ce2e8bf
KTS-1725
"License version is incorrect" Corrected. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6514 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
11 deletions
control.php
| 1 | <?php | 1 | <?php |
| 2 | 2 | ||
| 3 | -/** | ||
| 4 | - * $Id$ | ||
| 5 | - * | 3 | +/* |
| 6 | * The contents of this file are subject to the KnowledgeTree Public | 4 | * The contents of this file are subject to the KnowledgeTree Public |
| 7 | * License Version 1.1 ("License"); You may not use this file except in | 5 | * License Version 1.1 ("License"); You may not use this file except in |
| 8 | * compliance with the License. You may obtain a copy of the License at | 6 | * compliance with the License. You may obtain a copy of the License at |
| @@ -28,18 +26,10 @@ | @@ -28,18 +26,10 @@ | ||
| 28 | require_once('config/dmsDefaults.php'); | 26 | require_once('config/dmsDefaults.php'); |
| 29 | 27 | ||
| 30 | /** | 28 | /** |
| 31 | - * $Id$ | ||
| 32 | - * | ||
| 33 | * Controller page -- controls the web application by responding to a set of | 29 | * Controller page -- controls the web application by responding to a set of |
| 34 | * defined actions. The controller performs session handling, page-level | 30 | * defined actions. The controller performs session handling, page-level |
| 35 | * authentication and forwards the request to the appropriate handling | 31 | * authentication and forwards the request to the appropriate handling |
| 36 | * page. | 32 | * page. |
| 37 | - * | ||
| 38 | - * Licensed under the GNU GPL. For full terms see the file DOCS/COPYING. | ||
| 39 | - * | ||
| 40 | - * @version $Revision$ | ||
| 41 | - * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa | ||
| 42 | - * @package controller | ||
| 43 | */ | 33 | */ |
| 44 | 34 | ||
| 45 | // ------------------------------- | 35 | // ------------------------------- |