Oops! I believe I accidentally hit "Reply to author," instead of
"Reply" — sorry about that!
Let me try this again ;)
Here is the config.php with sensitive data removed:
<?php
if(!defined('entry') || !entry) die('Not a valid page');
/* ===========================
gelato CMS - A PHP based tumblelog CMS
development version
http://www.gelatocms.com/
gelato CMS is a free software licensed under the GPL 2.0
Copyright (C) 2007 by Pedro Santana <pecesama at gmail dot com>
=========================== */
define('DB_Server', '[********]');
define('DB_name', '[********]');
define('DB_User', '[********]');
define('DB_Password', '[********]');
define('Table_prefix', 'gelato_myprefix_');
?>
cheers,
echo