Changeset 1533 for branches/locker-dev


Ignore:
Timestamp:
Apr 1, 2010, 5:01:37 AM (14 years ago)
Author:
adehnert
Message:
Set a timezone for phpical (Trac: #5)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/locker-dev/locker/deploy/bin/phpical

    r1223 r1533  
    1212close(FILE);
    1313$a =~ s/adminpass/$admin_password/g;
     14$a =~ s|\$timezone\s*= '';|\$timezone = 'US/Eastern';|g;
    1415$a =~ s/\$phpicalendar_publishing/\/\/ WARNING: The scripts.mit.edu maintainers have had to disable this feature on scripts.mit.edu because it contains a serious security vulnerability that has not been addressed by the software\'s authors.  Please do not try to enable this feature\n\$phpicalendar_publishing/;
    1516open(FILE, ">config.inc.php");
Note: See TracChangeset for help on using the changeset viewer.