/[wopi]/common.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 /common.php

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

revision 1.1 by dpavlin, Wed Sep 24 20:35:48 2003 UTC revision 1.2 by dpavlin, Thu Oct 23 22:13:30 2003 UTC
# Line 115  if (isset($a) && !isset($id)) { Line 115  if (isset($a) && !isset($id)) {
115                  $do_uri="http://".$SERVER_NAME.":".$SERVER_PORT.$row[do_stranice];                  $do_uri="http://".$SERVER_NAME.":".$SERVER_PORT.$row[do_stranice];
116          } else {          } else {
117                  if ($without_invitation) {                  if ($without_invitation) {
118                          $member_id="(select currval('mate_id_seq'))";                          $member_id="(select currval('##DB##_id_seq'))";
119                  }                  }
120                  $sql="insert into ##DB## ( http_referer,remote_addr,user_agent, member_id, do_stranice ) values ('$HTTP_REFERER','$REMOTE_ADDR','$HTTP_USER_AGENT',$member_id, '$PHP_SELF')";                  $sql="insert into ##DB## ( http_referer,remote_addr,user_agent, member_id, do_stranice ) values ('$HTTP_REFERER','$REMOTE_ADDR','$HTTP_USER_AGENT',$member_id, '$PHP_SELF')";
121    

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

  ViewVC Help
Powered by ViewVC 1.1.26