richard: server/kolab-webadmin/kolab-webadmin/php/admin/include auth.class.php.in, NONE, 1.1 headers.php.in, NONE, 1.1 auth.class.php, 1.10, NONE headers.php, 1.2, NONE

cvs at intevation.de cvs at intevation.de
Fri Dec 30 12:07:19 CET 2005


Author: richard

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/include
In directory doto:/tmp/cvs-serv6272/php/admin/include

Added Files:
	auth.class.php.in headers.php.in 
Removed Files:
	auth.class.php headers.php 
Log Message:
Added suffix ".in" to the files:
php/admin/include/auth.class.php
php/admin/include/headers.php
php/admin/templates/page.tpl
www/admin/logout.php
www/admin/user/user.php



--- NEW FILE: auth.class.php.in ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: headers.php.in ---
<?php
/*
 *  Copyright (c) 2004 Klaralvdalens Datakonsult AB
 *
 *    Writen 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>.
 */

header("Content-Type: text/html; charset=UTF-8");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");

$topdir = '@webserver_web_prefix@/admin';
/*
  Local variables:
  mode: php
  indent-tabs-mode: t
  tab-width: 4
  buffer-file-coding-system: utf-8
  End:
  vim:encoding=utf-8:
 */
?>

--- auth.class.php DELETED ---

--- headers.php DELETED ---





More information about the commits mailing list