diff --git a/install.sh b/install.sh index c9054612f67060d7a4183903bfec74f668545b63..6d8592be6b71a099f4699841dfc224447bf977d5 100755 --- a/install.sh +++ b/install.sh @@ -94,18 +94,15 @@ content="<?php \$conf['basedir'] = '$basedir'; \$conf['debug'] = false; -/*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; - -# If you want to add/override a namespace, add it here \$conf['ns']['local'] = '$ns'; $extra \$conf['mirror_external_uris'] = $external; + +//Variables in $lodspk can be used to store user info. +//For examples, 'title' will be used in the header +//(you can forget about all conventions and use your own as well) +\$lodspk['title'] = 'LODSPeaKr'; ?>" echo "$content" > $settings_file chmod 644 $settings_file