/[fcproducts]/util.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 /util.php

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

revision 1.1.1.1 by ravilov, Wed Jun 6 03:18:29 2001 UTC revision 1.2 by ravilov, Wed Jun 6 08:37:01 2001 UTC
# Line 1  Line 1 
1  <?  <?
2          $msg_no_data = "<FONT SIZE=\"3\"><B><I>Access not granted.</I></B></FONT>";          $msg_no_data = "<FONT SIZE=\"3\"><B><I>Access not granted.</I></B></FONT>";
3          function CheckURL($url) {          function CheckURL($url) {
4                    return true;
5                  if ($url == "") return true;                  if ($url == "") return true;
6                  $fp = @fopen($url, "r");                  $fp = @fopen($url, "r");
7                  if ($fp) { fclose($fp); return true; }                  if ($fp) { fclose($fp); return true; }

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26