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

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

revision 1.9 by dpavlin, Tue Jun 19 06:52:17 2001 UTC revision 1.10 by dpavlin, Fri Jul 13 12:27:08 2001 UTC
# Line 52  if ($part && file_exists("templates/wap- Line 52  if ($part && file_exists("templates/wap-
52                  } else {                  } else {
53                          $tmp=$html;                          $tmp=$html;
54                  }                  }
55                  return utf8_encode(htmlspecialchars($tmp));                  $tmp=str_replace('$','$$',$tmp);
56                    return utf8_encode(htmlentities($tmp));
57          }          }
58    
59    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.26