Add a textarea to show the output of the CA.sh

This commit is contained in:
Li Chen 2013-11-25 19:36:28 +01:00
commit 7cf991d537
4 changed files with 24 additions and 6 deletions

View file

@ -10,4 +10,9 @@
</div>
<button type="submit" class="btn btn-primary">Importer</button>
</form>
{if isset($output)}
<h2>Output</h2>
<pre>{$output}</pre>
{/if}
{/block}