remove php5
This commit is contained in:
parent
dbb66e0aa0
commit
b095930228
@ -28,7 +28,7 @@ public class DomainModuleImpl extends AbstractModuleImpl {
|
||||
public static final String DOMOPT_INCLUDES = "includes";
|
||||
public static final String DOMOPT_BACKUPFOREXTERNALMX = "backupmxforexternalmx";
|
||||
public static final String DOMOPT_LETSENCRYPT = "letsencrypt";
|
||||
public static final String DOMOPT_PHP5 = "php5";
|
||||
// public static final String DOMOPT_PHP5 = "php5";
|
||||
|
||||
public static final String[] ALL_DOMOPTS =
|
||||
new String[] {
|
||||
@ -38,8 +38,8 @@ public class DomainModuleImpl extends AbstractModuleImpl {
|
||||
DOMOPT_HTDOCSFALLBACK,
|
||||
DOMOPT_INCLUDES,
|
||||
DOMOPT_BACKUPFOREXTERNALMX,
|
||||
DOMOPT_LETSENCRYPT,
|
||||
DOMOPT_PHP5
|
||||
DOMOPT_LETSENCRYPT
|
||||
// , DOMOPT_PHP5
|
||||
};
|
||||
public static final String[] DEFAULT_DOMOPTS =
|
||||
new String[] {
|
||||
|
Loading…
Reference in New Issue
Block a user