Project

General

Profile

« Previous | Next » 

Revision 1168

Added by Dietmar over 14 years ago

security update FCKeditor (thanks to Ruebenwurzel)

View differences:

frmresourceslist.html
157 157
		var oFileUrlAtt = oNodes[j].attributes.getNamedItem('url') ;
158 158
		var sFileUrl = oFileUrlAtt != null ? oFileUrlAtt.value : encodeURI( sCurrentFolderUrl + sFileName ).replace( /#/g, '%23' ) ;
159 159

  
160
		oHtml.Append( oListManager.GetFileRowHtml( sFileName, sFileUrl, sFileSize ) ) ;
160
		// hide index.php in browse media - added for Website Baker
161
		if (sFileName != "index.php") 
162
		{
163
			oHtml.Append( oListManager.GetFileRowHtml( sFileName, sFileUrl, sFileSize ) ) ;
164
		}
161 165
	}
162 166

  
163 167
	oHtml.Append( '<\/table>' ) ;

Also available in: Unified diff