1
0
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:
Cameron
2013-05-05 20:24:21 -07:00
parent 6744c5b91c
commit c06a0471b2
2 changed files with 12 additions and 2 deletions

View File

@@ -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();