Project

General

Profile

Bug #21647 ยป bug_12706.diff

Administrator Admin, 2009-11-24 11:51

View differences:

typo3/sysext/openid/sv1/class.tx_openid_sv1.php (working copy)
// TODO Change this to a TYPO3-specific database-based store in future.
// File-based store is ineffective and insecure. After changing
// get rid of the FileStore include in includePHPOpenIDLibrary()
$openIDStorePath = PATH_site . 'typo3temp' . PATH_SEPARATOR . 'tx_openid';
$openIDStorePath = PATH_site . 'typo3temp' . DIRECTORY_SEPARATOR . 'tx_openid';
// For now we just prevent any web access to these files
if (!file_exists($openIDStorePath . '/.htaccess')) {
    (1-1/1)