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

* moved some admin html code from php to twig templates (.html files) * minimum PHP version required by installer is now 5.1.2, cause of spl_autoload_register functon. * depracated Twig to version 1.20.0 cause of Autoloader * removed unused admin stylish template
17 lines
348 B
HTML
17 lines
348 B
HTML
<form enctype="multipart/form-data" method="post">
|
|
<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/> |