aboutsummaryrefslogtreecommitdiff
path: root/actions/import/opendd.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/import/opendd.php')
-rw-r--r--actions/import/opendd.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/actions/import/opendd.php b/actions/import/opendd.php
index 0bf748734..e63607145 100644
--- a/actions/import/opendd.php
+++ b/actions/import/opendd.php
@@ -9,13 +9,8 @@
* @subpackage Core
*/
-// Safety
-admin_gatekeeper();
-
-// Get input
$data = get_input('data', '', false);
-// Import
$return = import($data);
if ($return) {