Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Information On Setting Time Zone

...

  1. fill in the necessary information in vcl/.ht-inc/conf.php
  2. add an entry to the affiliation table and use the id for that entry as 'affiliationid' for your new entry in vcl/.ht-inc/conf.php
  3. uncomment the 'require_once(".ht-inc/authmethods/ldapauth.php");' line in in vcl/.ht-inc/conf.php

Setting Time Zone

  1. Edit /var/www/html/vcl/.ht-inc/php5extras.php to indicate the correct time zone:
    date_default_timezone_set('America/Los_Angeles');
  2. Edit /var/www/html/vcl/.ht-inc/requests.php to indicate the correct time zone (purely cosmetic):
    print "<small>(Pacific Time Zone)</small>";