|
|
@ -685,6 +685,10 @@ class EESiteUpdateController(CementBaseController): |
|
|
|
Log.info(self, "Password Unchanged.") |
|
|
|
return 0 |
|
|
|
|
|
|
|
if stype == "html" and self.app.pargs.hhvm: |
|
|
|
Log.info(self, Log.FAIL + "Can not update HTML site to HHVM") |
|
|
|
return 1 |
|
|
|
|
|
|
|
if ((stype == 'php' and oldsitetype != 'html') or |
|
|
|
(stype == 'mysql' and oldsitetype not in ['html', 'php']) or |
|
|
|
(stype == 'wp' and oldsitetype not in ['html', 'php', 'mysql', |
|
|
|