inc/toolkit.inc.php
changeset 111 0a2342a64b83
parent 107 fee925b9bdef
child 119 f74e4f88b680
--- 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 *
  *************/