/[pliva-si]/inc/fetch_html_file.inc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /inc/fetch_html_file.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Mon Nov 19 09:11:36 2001 UTC (22 years, 4 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
vademecum

1 <?php
2
3 include_once("find_html_file.inc");
4
5 function fetch_html_file($file) {
6
7 if (file_exists(find_html_file(".",$file))) {
8 $main=join('',file(find_html_file("h/$section",$h)));
9 }
10
11 return $main;
12 }
13
14 ?>

  ViewVC Help
Powered by ViewVC 1.1.26