/[fcproducts]/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.1.1.1 by ravilov, Wed Jun 6 03:18:29 2001 UTC revision 1.2 by dpavlin, Wed Jun 6 07:04:04 2001 UTC
# Line 20  Line 20 
20                  echo "<HTML><B>No access.</B></HTML>\n";                  echo "<HTML><B>No access.</B></HTML>\n";
21                  exit;                  exit;
22          }          }
23          if (!$id) { echo "<HTML><B>No product ID!</B></HTML>\n"; exit; }  //      if (!$id) { echo "<HTML><B>No product ID!</B></HTML>\n"; exit; }
24            if (!$id) { $id=1; }
25          $error = "";          $error = "";
26          $msg = false;          $msg = false;
27          $err = 0;          $err = 0;

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

  ViewVC Help
Powered by ViewVC 1.1.26