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

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

revision 1.12 by dpavlin, Tue Apr 10 12:43:58 2001 UTC revision 1.13 by dpavlin, Wed Apr 11 13:17:41 2001 UTC
# Line 82  Resume: $resume_name ($resume_size bytes Line 82  Resume: $resume_name ($resume_size bytes
82                          $sendto=rot13($sendto);                          $sendto=rot13($sendto);
83                  }                  }
84                  $replyto="$first_name $last_name <$email>";                  $replyto="$first_name $last_name <$email>";
85                  $mailfile = new CMailFile("application for submission",$sendto,$replyto,$mail,$resume);                  $mailfile = new CMailFile("Application for $open_position",$sendto,$replyto,$mail,$resume);
86                  $mailfile->sendfile();                  $mailfile->sendfile();
87                  @unlink($resume);                  @unlink($resume);
88          }          }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.26