diff -r 455405c757e1 -r 0a2342a64b83 inc/toolkit.inc.php --- a/inc/toolkit.inc.php Sun Mar 30 09:20:38 2008 +0000 +++ b/inc/toolkit.inc.php Sun Mar 30 10:52:36 2008 +0000 @@ -27,16 +27,6 @@ error( _('You have to create a config.inc.php!') ); } -if(is_file( dirname(__FILE__) . '/../install.php')) -{ - error( _('You have to remove install.php before this program will run') ); -} - -if(is_file( dirname(__FILE__) . '/../migrator.php')) -{ - error( _('You have to remove migrator.php before this program will run') ); -} - /************* * Constants * *************/