
06-30-2012, 05:10 PM
|
|
|
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ricktas
I found the problem...
Something ugly like this...
Code:
if (VB_AREA != 'AdminCP' AND vB::$vbulletin->options['bburl_basepath'] AND $data['url'] AND !preg_match('#^https{0,1}://#si', $data['url']) AND !substr($data['url'],0,13) == 'javascript://' AND !substr($data['url'],0,1) == '.' AND !substr($data['url'],0,1) == '/' AND !substr($data['url'],0,1) == '{')
|
Thanks RickTas, for bringing this up. I forgot that I disabled that plugin and did a quick modification to make it work for myself. However, stupidly, I forgot to bring it up to the forum to help Andreas.... Glad you are on top of things
|