Ignore:
Timestamp:
Oct 14, 2007, 6:12:32 PM (17 years ago)
Author:
andersk
Message:
Add $email variable.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/deploy/bin/advancedbook

    r472 r476  
    1515$a =~ s/dbpass/$sqlpass/g;
    1616$a =~ s/guestbookdb/$sqldb/g;
    17 $a =~ s/useremail/$human\@mit.edu/g;
     17$a =~ s/useremail/$email/g;
    1818open(FILE, ">admin/config.inc.php");
    1919print FILE $a;
Note: See TracChangeset for help on using the changeset viewer.