summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index b2170fb1..50c08886 100644
--- a/index.php
+++ b/index.php
@@ -62,6 +62,7 @@ if (PHP_SAPI == "cli") {
@mkdir("test/var/logs", 0777, true);
define("VARPATH", realpath("test/var") . "/");
@copy("var/database.php", VARPATH . "database.php");
+ break;
default:
print "Usage: php index.php { upgrade | package | test }\n";