diff options
-rw-r--r-- | updates/2.00-to-x.xx.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/updates/2.00-to-x.xx.php b/updates/2.00-to-x.xx.php index aedfa2aab..56547d0f7 100644 --- a/updates/2.00-to-x.xx.php +++ b/updates/2.00-to-x.xx.php @@ -1,5 +1,6 @@ <?php -die("For now you will have to do the updates from the command line.") +print ("For now you will have to do the updates from the command line."); +exit; include "includes/common.inc"; |