diff --git a/updates/2.00-to-x.xx.php b/updates/2.00-to-x.xx.php index aedfa2aabd73cce6ed69f78406a5761045376102..56547d0f7f547bba703b7ad07e4d6c9d1199d6e5 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";