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

Diff of /index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by dpavlin, Wed Nov 7 14:24:02 2001 UTC revision 1.16 by dpavlin, Thu Nov 8 08:55:38 2001 UTC
# Line 43  if (isset($h) && file_exists(find_html_f Line 43  if (isset($h) && file_exists(find_html_f
43          } else {          } else {
44                  $main="<b>Can't find static/$d[0]/$d[1]</b>";                  $main="<b>Can't find static/$d[0]/$d[1]</b>";
45          }          }
46            if (file_exists("sections/$section.inc")) include("sections/$section.inc");
47  } elseif (find_html_file("h",$section)) {  } elseif (find_html_file("h",$section)) {
48          $main=join('',file(find_html_file("h",$section)));          $main=join('',file(find_html_file("h",$section)));
49          $main=fix_msshit($main);          $main=fix_msshit($main);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.26