/dev/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/trunk

« back to all changes in this revision

Viewing changes to adei.php

  • Committer: Suren A. Chilingaryan
  • Date: 2012-03-27 18:10:16 UTC
  • Revision ID: csa@dside.dyndns.org-20120327181016-9y8cbk6hseyfuya1
Move timezone setup into the config.php

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
if (isset($_GET['adei_session'])) $ADEI_SESSION = $_GET['adei_session'];
17
17
else $ADEI_SESSION = "00000000000000000000000000000000";
18
18
 
19
 
date_default_timezone_set("UTC");
20
 
 
21
19
require($ADEI_ROOTDIR . "/config.php");
22
20
require($ADEI_ROOTDIR . "/tools.php");
23
21
require($ADEI_ROOTDIR . "/classes/adei.php");