diff --git a/install.php b/install.php
index e04fbbca..4e82aa77 100644
--- a/install.php
+++ b/install.php
@@ -60,7 +60,6 @@ function do_install() {
switch($stage) {
default: begin(); break;
case 'install': install_process(); break;
- case 'upgrade': upgrade_process(); break;
}
}
@@ -131,20 +130,6 @@ A:hover {text-decoration: underline;}
eg: mysql://shimmie:pw123@localhost/shimmie?persist
-
-