<?php /** * The configuration settings for this site * * This array will contain configuration for the current site. The site * configuration should be the same for any server hosting this site. */ // Default <title> element value for pages [New Site] $config["title"] = "MonoQL - Data United"; // Enable output buffering [true] $config["output_buffering"] = true; ?>