Quote:
Today at 07:44 PM FlyingDutchman said this in Post #45
well, i can tell you, that's some ++++ed up sh*t, and as far as i know, this cannot be caused by my hack i think...
did you try to remove that templatesused (as it's not needed) line and see if any effect?
|
In my Admin CP, vB does not call any template, at all. All the redirect was used as the
echo command
so, I remove all the "standardredirect" parts, and use echo. The problem's fixed.
here's one place that I change (do the same for other standardredirect calls):
PHP Code:
// eval("standardredirect(\"".gettemplate("redirect_undorequest")."\",\"recycle.php?
// s=$session[sessionhash]&action=edit\");");
echo "<p>You have successfully undone the request for deletion of this thread.</p>";