Browse Source

Issue #25. server time offset.

vbracco 17 years ago
parent
commit
7cd76408e9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      classes/configuration.class.php

+ 4 - 0
classes/configuration.class.php View File

23
 	var $template;
23
 	var $template;
24
 	var $urlFriendly;
24
 	var $urlFriendly;
25
 	var $richText;
25
 	var $richText;
26
+	var $offset_city;
27
+	var $offset_time;
26
 	
28
 	
27
 	
29
 	
28
 	function configuration() {
30
 	function configuration() {
44
 
46
 
45
 			$this->urlFriendly = $this->get_option("url_friendly");
47
 			$this->urlFriendly = $this->get_option("url_friendly");
46
 			$this->richText = $this->get_option("rich_text");
48
 			$this->richText = $this->get_option("rich_text");
49
+			$this->offset_city = $this->get_option("offset_city");
50
+			$this->offset_time = $this->get_option("offset_time");
47
 		} else {
51
 		} else {
48
 			if($isFeed) {
52
 			if($isFeed) {
49
 				header("HTTP/1.0 503 Service Unavailable"); 
53
 				header("HTTP/1.0 503 Service Unavailable");