mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 01:00:20 +02:00
Fixes #4737 Removal of type="text/javascript" and type="text/css"
This commit is contained in:
@@ -320,12 +320,6 @@ class e_menuManager
|
||||
*/
|
||||
header("Location: ".$newurl);
|
||||
exit;
|
||||
// echo "URL = ".$newurl;
|
||||
// $newurl = $PLUGINS_DIRECTORY.$location."/{$position}{$this->menuNewLoc}.php";
|
||||
// $newurl = SITEURL.str_replace("//", "/", $newurl);
|
||||
// echo "<script type='text/javascript'>alert($newurl); top.location.href = '{$newurl}'; </script> ";
|
||||
// exit;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user