Index: releases/1.1.2-RC1/install.php =================================================================== diff -u -r13093 -r14289 --- releases/1.1.2-RC1/install.php (.../branches/1.1.x/install.php) (revision 13093) +++ releases/1.1.2-RC1/install.php (.../releases/1.1.2-RC1/install.php) (revision 14289) @@ -1,12 +1,12 @@ Init(); - if ($application->RecallVar('user_id') != -1) { + if ($application->RecallVar('user_id') != USER_ROOT) { die('restricted access!'); }