From 19407a42748f24e29667ef2d8330b5564a21c8ef Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Mon, 10 Apr 2006 06:35:10 +0000 Subject: [PATCH] agreelicence was not set --- admin/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/index.php b/admin/index.php index 2154715c82..297720e9b6 100644 --- a/admin/index.php +++ b/admin/index.php @@ -11,8 +11,7 @@ $id = optional_param('id', '', PARAM_ALPHANUM); $confirmupgrade = optional_param('confirmupgrade', 0, PARAM_BOOL); - - + $agreelicence = optional_param('agreelicence',0, PARAM_BOOL); /// Check that PHP is of a sufficient version if (!check_php_version("4.1.0")) { //TODO: should we bump it up to 4.3.0?? -- 2.39.5