- Timestamp:
- Sep 28, 2006, 3:09:05 AM (16 years ago)
- Location:
- www
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
www/index.html
r1120 r1121 19 19 <body> 20 20 21 <?php include($_SERVER["DOCUMENT_ROOT"]." header.inc"); ?>21 <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 22 22 23 23 <img src="logo-caca.png" width="128" height="128" … … 400 400 </p></blockquote> 401 401 402 <?php include($_SERVER["DOCUMENT_ROOT"]." footer.inc"); ?>402 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?> 403 403 404 404 </body> -
www/manual.html
r1120 r1121 19 19 <body> 20 20 21 <?php include($_SERVER["DOCUMENT_ROOT"]." header.inc"); ?>21 <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 22 22 23 23 <?php … … 43 43 ?> 44 44 45 <?php include($_SERVER["DOCUMENT_ROOT"]." footer.inc"); ?>45 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?> 46 46 47 47 </body>
Note: See TracChangeset
for help on using the changeset viewer.