mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00

* fixed some bug when you uninstall and then try to install again on the same page * moved some characters.frags code to twig template
17 lines
395 B
Twig
17 lines
395 B
Twig
<form enctype="multipart/form-data" method="post" action="{{ constant('ADMIN_URL') }}?p=plugins">
|
|
<input type="hidden" name="upload_plugin" />
|
|
<table cellspacing="3" border="0">
|
|
<tr>
|
|
<td colspan="2">Install plugin:</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="file" name="plugin" />
|
|
</td>
|
|
<td>
|
|
<input type="submit" value="Upload" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<br/><br/> |