Update of /cvsroot/fink/web/doc/porting
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27221

Modified Files:
        footer.inc gcc3_errs.php header.inc 
Log Message:
Fix somw php warnings in some old files


Index: header.inc
===================================================================
RCS file: /cvsroot/fink/web/doc/porting/header.inc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- header.inc  3 Apr 2004 18:54:54 -0000       1.11
+++ header.inc  30 Jan 2013 21:36:21 -0000      1.12
@@ -1 +1,8 @@
-<? include_once "header." . phpLang_current . ".inc"; ?>
+<?
+/* $Id$ */
+
+$fsroot = $root = "../";
+
+include $fsroot."doc/nav.inc";
+include $fsroot."header.inc";
+?>

Index: gcc3_errs.php
===================================================================
RCS file: /cvsroot/fink/web/doc/porting/gcc3_errs.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gcc3_errs.php       1 Jul 2002 02:33:03 -0000       1.4
+++ gcc3_errs.php       30 Jan 2013 21:36:21 -0000      1.5
@@ -3,7 +3,7 @@
 $cvs_author = 'Author: dmrrsn';
 $cvs_date = 'Date: 2002/06/28 01:36:55';
 
-include "header.inc";
+include_once "header.en.inc";
 ?>
 
 <h1>Packages with errors when compiling under gcc3</h1>
@@ -135,5 +135,5 @@
 xpdf
 </pre>
 <?
-include "footer.inc";
+include "../../footer.inc";
 ?>

Index: footer.inc
===================================================================
RCS file: /cvsroot/fink/web/doc/porting/footer.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- footer.inc  30 Jul 2001 11:28:03 -0000      1.1
+++ footer.inc  30 Jan 2013 21:36:21 -0000      1.2
@@ -1,4 +1,4 @@
 <?
 /* $Id$ */
-include $fsroot."footer.inc";
+include "../../footer.inc";
 ?>


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to