diff --git a/model/DatabaseAdmin.php b/model/DatabaseAdmin.php index a62bb94d0..62d39154e 100644 --- a/model/DatabaseAdmin.php +++ b/model/DatabaseAdmin.php @@ -18,7 +18,6 @@ class DatabaseAdmin extends Controller { 'index', 'build', 'cleanup', - 'testinstall', 'import' ); @@ -264,15 +263,6 @@ class DatabaseAdmin extends Controller { } } - - /** - * Method used to check mod_rewrite is working correctly in the installer. - */ - public function testinstall() { - echo "OK"; - } - - /** * Remove invalid records from tables - that is, records that don't have * corresponding records in their parent class tables.