+
+2006-05-22 Martin Kutschker <martin.t.kutschker@blackbox.net>
+
+ * Corrected error message for config.baseURL=1
+
2006-05-20 Ernesto Baschny <ernst@cron-it.de>
* Fixed bug #2874: Current page in navigation tree wasn't being highlighted on IE6
if ($GLOBALS['TSFE']->config['config']['baseURL']) {
if ($GLOBALS['TSFE']->config['config']['baseURL']==='1') {
// Deprecated property, going to be dropped.
- $error = 'Deprecated Typoscript property was found in this template: "config.baseURL="1"
+ $error = 'Unsupported Typoscript property was found in this template: "config.baseURL="1"
+This setting has been deprecated in TYPO 3.8.1 due to security concerns.
You need to change this value to the URL of your website root, otherwise TYPO3 will not work!
See <a href="http://wiki.typo3.org/index.php/TYPO3_3.8.1" target="_blank">wiki.typo3.org/index.php/TYPO3_3.8.1</a> for more information.';