diff --git a/editlink.batch.html b/editlink.batch.html new file mode 100644 index 0000000..973a5cc --- /dev/null +++ b/editlink.batch.html @@ -0,0 +1,33 @@ + + +
+ {include="includes"} + + +{$text}
+ {/if} + + {if="!empty($stacktrace)"} ++ {$stacktrace} ++ {/if} +
{'Index URL'|t}
+{'Base path'|t}
+{$base_path}
+{'Client IP'|t}
+{$client_ip}
+{'Trusted reverse proxies'|t}
+
+ {loop="$trusted_proxies"}
+ {$value}
+ {/loop}
+
{'N/A'|t}
+ {/if} +{'Current version'|t}
+{$current_version}
+{'Latest release'|t}
+{'Thumbnails status'|t}
++ {if="$thumbnails_mode==='all'"} + {'All'|t} + {elseif="$thumbnails_mode==='common'"} + {'Only common media hosts'|t} + {else} + {'None'|t} + {/if} +
++ + {'There are permissions that need to be fixed.'|t} +
+ ++ {loop="$permissions"} +
+ + {'All read/write permissions are properly set.'|t} +
+ {/if} + +
+ {'Running PHP'|t} {$php_version}
+ {if="$php_has_reached_eol"}
+
+ {'End of life: '|t} {$php_eol}
+ {else}
+
+ {/if}
+
{'Extension'|t} | +{'Usage'|t} | +{'Status'|t} | +{'Loaded'|t} | +
---|---|---|---|
{$value.name} | +{$value.desc} | +{$value.required ? t('Required') : t('Optional')} | ++ {if="$value.loaded"} + {$classLoaded="fa-color-green"} + {$strLoaded=t('Loaded')} + {else} + {$strLoaded=t('Not loaded')} + {if="$value.required"} + {$classLoaded="fa-color-red"} + {else} + {$classLoaded="fa-color-orange"} + {/if} + {/if} + + + | +