[dev] mottle/index.php fix

Gary Casterline casterln at nature.Berkeley.EDU
Wed Oct 20 22:36:56 PDT 2004


mottle/index.php was still looking for html.conf


--- index.php-  2004-10-19 03:09:09.000000000 -0700
+++ index.php   2004-10-20 22:23:18.716242000 -0700
@@ -10,8 +10,7 @@
  */
 
 define('MOTTLE_BASE', dirname(__FILE__));
-$mottle_configured = (@is_readable(MOTTLE_BASE . '/config/conf.php') &&
-                      @is_readable(MOTTLE_BASE . '/config/html.php'));
+$mottle_configured = (@is_readable(MOTTLE_BASE . '/config/conf.php'));
 
 if ($mottle_configured) {
     include_once MOTTLE_BASE . '/lib/base.php';



More information about the dev mailing list