diff --git a/lam/templates/3rdParty/pla/config/config.php b/lam/templates/3rdParty/pla/config/config.php index c0082362..bf182f7f 100644 --- a/lam/templates/3rdParty/pla/config/config.php +++ b/lam/templates/3rdParty/pla/config/config.php @@ -39,10 +39,10 @@ $config->custom->commands['script'] = array( 'delete_form' => true, 'draw_tree_node' => true, 'expand' => true, - 'export' => true, - 'export_form' => true, - 'import' => true, - 'import_form' => true, + 'export' => false, + 'export_form' => false, + 'import' => false, + 'import_form' => false, 'login' => true, 'logout' => true, 'login_form' => true,