<? /*========================================*\ | Exero CMS | |==========================================| | http://ecms.getox.net | |https://sourceforge.net/projects/exerocms/| |==========================================| | Exero CMS is released under the | | GNU General Public License (GPL) | | opensource.org/licenses/gpl-license.php | \*========================================*/ // Database Info $database = array(); $database['server'] = "localhost"; $database['username'] = "root"; $database['password'] = "root"; $database['database'] = "exerocms"; ?>