Project

General

Profile

« Previous | Next » 

Revision 1510

Added by darkviper about 13 years ago

added new constant 'DO_NOT_TRACK' set to true if a client sends the DNT-Header

View differences:

branches/2.8.x/CHANGELOG
12 12

  
13 13
=============================== FEATURES FREEZE ================================
14 14
----------------------------------- Fixes 2.8.2 --------------------------------
15
14 Sep-2011 Build 1510 Werner v.d.Decken(DarkViper)
16
+ new constant 'DO_NOT_TRACK' set to true if a client sends the DNT-Header
15 17
07 Sep-2011 Build 1509 Dietmar Woellbrink (Luisehahne)
16 18
# continue fixing frontend account
17 19
07 Sep-2011 Build 1508 Dietmar Woellbrink (Luisehahne)
branches/2.8.x/wb/admin/interface/version.php
52 52

  
53 53
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
54 54
if(!defined('VERSION')) define('VERSION', '2.8.2');
55
if(!defined('REVISION')) define('REVISION', '1509');
55
if(!defined('REVISION')) define('REVISION', '1510');
branches/2.8.x/wb/framework/initialize.php
49 49
			$setting_value=true;
50 50
		@define($setting_name,$setting_value);
51 51
	}
52
	@define('DO_NOT_TRACK', (isset($_SERVER['HTTP_DNT'])));
52 53
	$string_file_mode = STRING_FILE_MODE;
53 54
	define('OCTAL_FILE_MODE',(int) octdec($string_file_mode));
54 55
	$string_dir_mode = STRING_DIR_MODE;

Also available in: Unified diff