Index: branches/unlabeled/unlabeled-1.1.2/admin/install_over_kx.php =================================================================== diff -u -r6993 -r6994 --- branches/unlabeled/unlabeled-1.1.2/admin/install_over_kx.php (.../install_over_kx.php) (revision 6993) +++ branches/unlabeled/unlabeled-1.1.2/admin/install_over_kx.php (.../install_over_kx.php) (revision 6994) @@ -46,9 +46,13 @@ /* @var $modules_helper kModulesHelper */ $modules = $modules_helper->checkLogin(); - $next_url = in_array('In-Portal', $modules) ? 'index.php' : 'install.php?install_type=5&state=license&next_step=2'; + if (in_array('In-Portal', $modules)) { + // in-portal is licensed + echo ''; + } + else { + echo 'Please Update Your License'; + } echo 'Done
'; -?> - -Proceed to Admin \ No newline at end of file +?> \ No newline at end of file