Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 9412839

Browse files
committed
Revert change on 7.0.0
1 parent a66a1bb commit 9412839

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dist/php/7.0.0-extractArchive-post.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,7 @@ function blockAllXHRInPage(){
106106
}
107107

108108
blockAllXHRInPage();
109-
if(defined('AJXP_PACKAGE_NAME') && AJXP_PACKAGE_NAME === 'pydio-enterprise'){
110-
checkPhpVersion('5.6.0');
111-
}else{
112-
checkPhpVersion('5.5.9');
113-
}
109+
checkPhpVersion('5.5.9');
114110
if(AJXP_VERSION === '6.4.2'){
115111
checkPluginUsed("conf", "serial");
116112
checkPluginUsed("auth", "serial");

0 commit comments

Comments
 (0)