You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

timezone.php 172B

123456
  1. <?php
  2. // FIXME: this should start a secure session if forcessl is enabled
  3. // see lib/base.php for an example
  4. session_start();
  5. $_SESSION['timezone'] = $_GET['time'];
  6. ?>