/[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

Annotation of /inc/fetch_html_file.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Wed Oct 10 12:00:18 2001 UTC (22 years, 6 months ago) by dpavlin
Branch: MAIN
svašta...

1 dpavlin 1.1 <?php
2    
3     include("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