steffen: server/kolab-webadmin/kolab-webadmin/www/admin logout.php, 1.1, 1.2

cvs at intevation.de cvs at intevation.de
Tue Nov 30 11:30:56 CET 2004


Author: steffen

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin
In directory doto:/tmp/cvs-serv18762/kolab-webadmin/www/admin

Modified Files:
	logout.php 
Log Message:
Fix for Issue545 (bad wording of errormessage about existing admin/maintainer)

Index: logout.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/logout.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- logout.php	17 May 2004 15:24:26 -0000	1.1
+++ logout.php	30 Nov 2004 10:30:54 -0000	1.2
@@ -1,6 +1,34 @@
 <?php
+/*
+ *  Copyright (c) 2004 Klarälvdalens Datakonsult AB
+ *
+ *    Written by Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
+ *
+ *  This  program is free  software; you can redistribute  it and/or
+ *  modify it  under the terms of the GNU  General Public License as
+ *  published by the  Free Software Foundation; either version 2, or
+ *  (at your option) any later version.
+ *
+ *  This program is  distributed in the hope that it will be useful,
+ *  but WITHOUT  ANY WARRANTY; without even the  implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ *  General Public License for more details.
+ *
+ *  You can view the  GNU General Public License, online, at the GNU
+ *  Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+ */
+
 session_start();
 session_destroy();
 session_unset();
 header('Location: /admin/');
+
+/*
+  Local variables:
+  mode: php
+  indent-tabs-mode: t
+  tab-width: 4
+  buffer-file-coding-system: utf-8
+  End:
+ */
 ?>





More information about the commits mailing list