/[corp_html]/rnd.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 /rnd.php

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

revision 1.4 by dpavlin, Thu Feb 22 20:46:01 2001 UTC revision 1.5 by dpavlin, Fri Mar 2 09:43:21 2001 UTC
# Line 42  if (file_exists($main_file.$part.".htm") Line 42  if (file_exists($main_file.$part.".htm")
42          $main_file.=$part.".htm";          $main_file.=$part.".htm";
43          $main=join('',file($main_file));          $main=join('',file($main_file));
44  } else {  } else {
45          $main=$smarty->fetch("rnd.tpl");          $main=join('',file("./html/RnD-Main.htm"));
46  }  }
47    
48    

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

  ViewVC Help
Powered by ViewVC 1.1.26