Config.php (PHProjekt-6.2.0) | : | Config.php (PHProjekt-6.2.1) | ||
---|---|---|---|---|
skipping to change at line 437 | skipping to change at line 437 | |||
$content .= ';;;;;;;;;' . $this->_eol; | $content .= ';;;;;;;;;' . $this->_eol; | |||
$content .= '; FRONT ;' . $this->_eol; | $content .= '; FRONT ;' . $this->_eol; | |||
$content .= ';;;;;;;;;' . $this->_eol; | $content .= ';;;;;;;;;' . $this->_eol; | |||
$content .= $this->_eol; | $content .= $this->_eol; | |||
$content .= '; Activate the mail notification by default' . $this->_eol; | $content .= '; Activate the mail notification by default' . $this->_eol; | |||
$content .= 'front.notificationEnabledByDefault = false' . $this->_eol; | $content .= 'front.notificationEnabledByDefault = false' . $this->_eol; | |||
$content .= $this->_eol; | $content .= $this->_eol; | |||
$content .= '; Optional email support address to show inside error messa ges, general help and logo alt text' | $content .= '; Optional email support address to show inside error messa ges, general help and logo alt text' | |||
. $this->_eol; | . $this->_eol; | |||
$content .= 'front.supportAddress = ""' . $this->_eol; | $content .= 'front.supportAddress = ""' . $this->_eol; | |||
$content .= $this->_eol; | ||||
$content .= '; Show internal javascript errors for debug' . $this->_eol; | ||||
$content .= 'front.showInternalJsErrors = false' . $this->_eol; | ||||
return $content; | return $content; | |||
} | } | |||
/** | /** | |||
* Return the frontend message text. | * Return the frontend message text. | |||
* | * | |||
* @return string Output for save in the file. | * @return string Output for save in the file. | |||
*/ | */ | |||
private function _getFrontendMessage() | private function _getFrontendMessage() | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 0 lines changed or added |