Singapore
|
vot replied at 2011-11-26 12:15
User preferred language auto-detection added.
Now the system will check a visitor preferred language ...
If my version is shown in the following, do I still need to modify the code according to this: http://code.google.com/p/discuzx-en/source/detail?r=191
- <?php
- /**
- * [Discuz!] (C)2001-2099 Comsenz Inc.
- * This is NOT a freeware, use is subject to license terms
- *
- * $Id: discuz_version.php 26700 2011-12-20 07:14:45Z cnteacher $
- */
- if(!defined('IN_DISCUZ')) {
- exit('Access Denied');
- }
- if(!defined('DISCUZ_VERSION')) {
- define('DISCUZ_VERSION', 'X2');
- define('DISCUZ_RELEASE', '20111221');
- define('DISCUZ_ML_REVISION', '333');
- }
- ?>
Copy the Code
|
|