<?php // Global settings $choralcfg_sitename = "SiteName"; // name of the site to be used $choralcfg_contactmail = "hide@address.com"; // mail address of the site admin $choralcfg_cssfile = "default.css"; // css file for the layout of ChoralMusicLib $choralcfg_sitelanguage = "en"; // language code for the overall language of ChoralMusicLib $choralcfg_displayhelp = false; // Display help information on the edit pages to get better acquainted with terminology in choralmusiclib // Value can be true or false // Database settings $choraldb_user = 'chorallib'; $choraldb_passwd = 'passwd'; $choraldb_name = 'choralmusiclib'; $choraldb_host = 'localhost'; $SiteName = $choralcfg_sitename; // temporary fix ?>