phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] setup/inc/functions.inc.php, 1.47.2.4


From: nomail
Subject: [Phpgroupware-cvs] setup/inc/functions.inc.php, 1.47.2.4
Date: Sat, 6 Nov 2004 17:13:48 +0100

Update of /setup/inc
Modified Files:
        Branch: Version-0_9_16-branch
          functions.inc.php

date: 2004/11/06 16:13:48;  author: powerstat;  state: Exp;  lines: +3 -3

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: setup/inc/functions.inc.php
diff -u setup/inc/functions.inc.php:1.47.2.3 
setup/inc/functions.inc.php:1.47.2.4
--- setup/inc/functions.inc.php:1.47.2.3        Sun Oct 19 01:34:03 2003
+++ setup/inc/functions.inc.php Sat Nov  6 16:13:48 2004
@@ -22,7 +22,7 @@
        $d3 = 
strtolower(substr(@$GLOBALS['phpgw_info']['server']['app_inc'],0,3));
        if($d1 == 'htt' || $d1 == 'ftp' || $d2 == 'htt' || $d2 == 'ftp' || $d3 
== 'htt' || $d3 == 'ftp')
        {
-               echo 'Failed attempt to break in via an old Security Hole!<br>';
+               echo 'Failed attempt to break in via an old Security Hole!<br 
/>';
                exit;
        }
        unset($d1);unset($d2);unset($d3);
@@ -35,7 +35,7 @@
 
        if (!function_exists('version_compare'))//version_compare() is only 
available in PHP4.1+
        {
-               echo 'phpGroupWare now requires PHP 4.1 or greater.<br>';
+               echo 'phpGroupWare now requires PHP 4.1 or greater.<br />';
                echo 'Please contact your System Administrator';
                exit;
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]