|
@ -830,6 +830,7 @@ def detSitePar(opts): |
|
|
if (cachelist[0] in ['wpfc', 'w3tc', 'wpsc'] |
|
|
if (cachelist[0] in ['wpfc', 'w3tc', 'wpsc'] |
|
|
and typelist[0] in ['html', 'php', 'mysql']): |
|
|
and typelist[0] in ['html', 'php', 'mysql']): |
|
|
sitetype = 'wp' |
|
|
sitetype = 'wp' |
|
|
|
|
|
cachetype = cachelist[0] |
|
|
else: |
|
|
else: |
|
|
sitetype = typelist[0] |
|
|
sitetype = typelist[0] |
|
|
cachetype = cachelist[0] |
|
|
cachetype = cachelist[0] |
|
|