/[pliva-si]/multi.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 /multi.php

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

revision 1.4 by dpavlin, Tue Jul 10 07:50:34 2001 UTC revision 1.5 by dpavlin, Sun Jul 22 18:02:40 2001 UTC
# Line 27  if (! isset($p)) { Line 27  if (! isset($p)) {
27          } elseif ($row[type]=="p") {          } elseif ($row[type]=="p") {
28                  if (file_exists(find_html_file("",$row[path]))) {                  if (file_exists(find_html_file("",$row[path]))) {
29                          $main=join('',file(find_html_file("",$row[path])));                          $main=join('',file(find_html_file("",$row[path])));
30                            // fix entities from MS programs
31                            include("fix_msshit.inc");
32                            $main=fix_msshit($main);
33                  } else {                  } else {
34                          $main="<b>can't find $row[path] for id $p</b>";                          $main="<b>can't find $row[path] for id $p</b>";
35                  }                  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.26