Quote:
Originally Posted by croportal
i cant find this in postings.php
Open: postings.php
---------------------------------------------------
FIND:
case 'removeredirect':
$threadid = verify_id('thread', $_POST['threadid']);
break;
---------------------------------------------------
---------------------------------------------------
REPLACE WITH:
case 'removeredirect':
$threadid = verify_id('thread', iif($_POST['threadid'],$_POST['threadid'],$_GET['threadid']));
break;
|
I too cannot find the above code. I am running vb 3.5.3.
Is this not for 3.5.?
Please advise.