Various fixes
This commit is contained in:
parent
05808f5543
commit
e1abba602a
3 changed files with 8 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue