Update of /cvsroot/fink/web
In directory vz-cvs-3.sog:/tmp/cvs-serv19909

Modified Files:
        about.de.php constants.de.inc legal.php 
Log Message:
Removed reundant header("Content-type:...") calls

Index: constants.de.inc
===================================================================
RCS file: /cvsroot/fink/web/constants.de.inc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- constants.de.inc    5 Sep 2010 10:56:04 -0000       1.7
+++ constants.de.inc    27 Oct 2011 14:29:56 -0000      1.8
@@ -15,8 +15,6 @@
 // |           2. encoding must be UTF-8 or it will not show properly         |
 // +--------------------------------------------------------------------------+
 
-header("Content-type: text/html; charset=utf-8");
-
 /* The Sections.  Used in Menu Navigation Bar */
 define ("FINK_LC_ALL", 'de_DE');
 

Index: legal.php
===================================================================
RCS file: /cvsroot/fink/web/legal.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- legal.php   16 Sep 2010 21:10:25 -0000      1.25
+++ legal.php   27 Oct 2011 14:29:56 -0000      1.26
@@ -2,7 +2,6 @@
 $title = "Legal Stuff";
 $cvs_author = '$Author$';
 $cvs_date = '$Date$';
-header("Content-type: text/html; charset=utf-8");
 
 include "header.inc";
 ?>

Index: about.de.php
===================================================================
RCS file: /cvsroot/fink/web/about.de.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- about.de.php        11 Apr 2007 17:08:56 -0000      1.8
+++ about.de.php        27 Oct 2011 14:29:56 -0000      1.9
@@ -2,7 +2,6 @@
 $title = "About";
 $cvs_author = '$Author$';
 $cvs_date = '$Date$';
-header("Content-type: text/html; charset=utf-8");
 
 include "header.inc";
 ?>


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to