Quote:
Originally Posted by yilmaz
It will work if you do this in vB5.6.x
File to be edited reauth.php
file path
core/packages/duckwaysloginas/admin/ reauth.php
Find
Code:
vB5_Auth::doLoginRedirect();
Replace it with
Code:
$referrer = $_SERVER['HTTP_REFERER'];
header('Location: '.$referrer.'');
done
|
Much obliged yilmaz
I will make another attempt and use the fix you have provided. However my over all impression of vB5 is I have been sold the "cat in the bag"
CQ2