trigger_error("No configuration data found. Ensure the 'vars' table and been created and filled with data from the 'weblog.sql' data file.",E_USER_ERROR);
trigger_error('Editing is not allowed from your location. Check the MINIMALWEBLOG_HOSTS_EDITING_ALLOWED constant definition in config.inc.php',E_USER_ERROR);
return;
}
}else{
trigger_error('Configuration error, check the MINIMALWEBLOG_HOSTS_EDITING_ALLOWED constant definition in config.inc.php',E_USER_ERROR);