mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 00:27:45 +02:00
Issue #250 - should now auto-redirect to the new link.
This commit is contained in:
@@ -20,7 +20,11 @@
|
||||
|
||||
require_once("class2.php");
|
||||
|
||||
require_once(e_PLUGIN."download/download.php");
|
||||
$query = (e_QUERY) ? "?".e_QUERY : "";
|
||||
|
||||
e107::getRedirect()->go(e_PLUGIN."download/download.php".$query,true);
|
||||
|
||||
//require_once(e_PLUGIN."download/download.php");
|
||||
|
||||
exit();
|
||||
|
||||
|
Reference in New Issue
Block a user