Various fixes

This commit is contained in:
nemunaire 2015-01-16 23:53:13 +01:00 committed by Nemunaire
commit e1abba602a
3 changed files with 8 additions and 3 deletions

View file

@ -11,6 +11,10 @@
<button type="submit" class="btn btn-primary">Importer</button>
</form>
{if isset($pass)}
<h2>Pass</h2>
<pre>{$pass}</pre>
{/if}
{if isset($output)}
<h2>Output</h2>
<pre>{$output}</pre>