Ya know what Derek…I guess I was incorrect…
<?php
if ( ! defined('EXT')){
exit('Invalid file request');
}
$conf['app_version'] = "160";
$conf['license_number'] = "";
$conf['debug'] = "1";
$conf['install_lock'] = "1";
$conf['db_hostname'] = "localhost";
$conf['db_username'] = "site_CMSadmin";
$conf['db_password'] = "engine";
$conf['db_name'] = "stie_CMS";
$conf['db_type'] = "mysql";
$conf['db_prefix'] = "exp";
$conf['db_conntype'] = "0";
$conf['system_folder'] = "system";
$conf['cp_url'] = "http://www.hothousegraphix.com/ClientAccess/CMS/[edited]/index.php";
$conf['doc_url'] = "http://expressionengine.com/docs/";
$conf['is_system_on'] = "y";
$conf['allow_extensions'] = "y";
$conf['forum_is_installed'] = "y";
$conf['forum_trigger'] = "forums";
$conf['multiple_sites_enabled'] = "n";
?>I now realize (slaps himself in the forehead!) I was looking at, and referring to, my backed-up config file.
Sorry.
I think I’m good.