Skip to content
Snippets Groups Projects
Commit 2fa85a72 authored by alangrafu's avatar alangrafu
Browse files

Added export variable when creating settings.inc.php

parent e28ea70f
No related branches found
No related tags found
No related merge requests found
......@@ -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'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment