* 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/«)
*/
*/
$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