diff --git a/classes/Importer.php b/classes/Importer.php
index a06175f752b58b54bfb3926a0b04c9c3e98bd787..e774e55f2b1eb8af0dc6c138378737fb5a736797 100644
--- a/classes/Importer.php
+++ b/classes/Importer.php
@@ -78,7 +78,12 @@ class Importer{
 	foreach($appParams  as $k => $v){
 	  $content .= "\$conf['$k'] = \"$v\";\n";
 	}
-	
+	$content .= "/*ATTENTION: By default this application is available to
+ * be exported and copied (its configuration)
+ * by others. If you do not want that, 
+ * turn the next option as false
+ */ 
+\$conf['export'] = true;\n\n";
 	//Components
   	foreach($compArr as $v){
   	  $component = $v['s'];