diff --git a/config.php.dist b/config.php.dist index b190090915..822f05db68 100644 --- a/config.php.dist +++ b/config.php.dist @@ -4,6 +4,9 @@ //created automatically by install.php //(c) 2006 David Lippman + //uncomment the following line for development + //$GLOBALS['environment'] = 'development'; + //these settings must be editted before running dbsetup.php $dbserver = "localhost"; //database server $dbname = "imas"; //database name diff --git a/devmode.php.dist b/devmode.php.dist deleted file mode 100644 index b6be4401f7..0000000000 --- a/devmode.php.dist +++ /dev/null @@ -1,6 +0,0 @@ -