فهرست منبع

Feature #272 - Installation scripts: Testing the protection, correction again.

Ivan Tcholakov 15 سال پیش
والد
کامیت
a7ef238411
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      main/install/install.lib.php

+ 0 - 4
main/install/install.lib.php

@@ -43,10 +43,6 @@ function is_already_installed_system() {
 		return true; // Must be initialized.
 	}
 
-	if (is_array($_POST) && count($_POST) > 0) {
-		return false; // Running installation.
-	}
-
 	$current_config_file = str_replace('\\', '/', realpath('../inc/conf/configuration.php'));
 	if (!file_exists($current_config_file)) {
 		return false; // Configuration file does not exist, install the system.