X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/e2db43bbc99ff20f37bf8ccc09e11661602b39d1..913fb0f876f2170bd537b5eaa4648315b7d59a46:/lib/config.original.php?ds=inline diff --git a/lib/config.original.php b/lib/config.original.php index 6a5c1ba..2cc93e7 100644 --- a/lib/config.original.php +++ b/lib/config.original.php @@ -24,7 +24,6 @@ * To overwrite these settings copy the file, * rename it to »config.local.php« and adapt the parameters. **/ -global $cfg; /* URL of installation, with traling slash (eg. »https://exmaple.com/jirafeau/«) */ @@ -44,6 +43,18 @@ $cfg['lang'] = 'auto'; */ $cfg['style'] = 'courgette'; +/* Name the organisation running this installation, eg. 'ACME' + */ +$cfg['organisation'] = 'ACME'; + +/* Provide a contact person for this installation, eg. 'John Doe ' + */ +$cfg['contactperson'] = ''; + +/* Give the installation a title, eg. 'Datahub' or 'John Doe Filehost' + */ +$cfg['title'] = ''; + /* Propose a preview link if file type is previewable */ $cfg['preview'] = true; @@ -133,11 +144,4 @@ $cfg['proxy_ip'] = array(); */ $cfg['installation_done'] = false; -/* Try to include user's local configuration. */ -if ((basename (__FILE__) != 'config.local.php') - && file_exists (JIRAFEAU_ROOT.'lib/config.local.php')) -{ - require (JIRAFEAU_ROOT.'lib/config.local.php'); -} - -?> +?> \ No newline at end of file