X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/18b6e57c0091dfdd14427c940346da59298b29eb..af7e43a4a3bbcb62912eabd75537480bf696b265:/lib/config.original.php?ds=inline diff --git a/lib/config.original.php b/lib/config.original.php index 6a5c1ba..30ec134 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/«) */ @@ -133,11 +132,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