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

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

revision 1.10 by dpavlin, Sun Mar 18 23:36:26 2001 UTC revision 1.11 by dpavlin, Tue Mar 27 10:15:10 2001 UTC
# Line 20  $smarty->assign( array ( lpic=>$lpic, le Line 20  $smarty->assign( array ( lpic=>$lpic, le
20  if (! isset($from) || $from == "") {  if (! isset($from) || $from == "") {
21          $from=str_replace(".php","",basename($HTTP_REFERER));          $from=str_replace(".php","",basename($HTTP_REFERER));
22          if (strstr($from,"?")) $from=substr($from,0,strpos($from,"?"));          if (strstr($from,"?")) $from=substr($from,0,strpos($from,"?"));
23            if ($from == $HTTP_HOST) $from="index";
24  }  }
25    
26  $email="webmaster@pliva.hr";    // default  $email="webmaster@pliva.hr";    // default

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

  ViewVC Help
Powered by ViewVC 1.1.26