6 lines
313 B
HTML
Executable File
6 lines
313 B
HTML
Executable File
{include file=$header_admin title="Загрузить модуль" h1="Загрузить модуль"}
|
|
<form action="" method="post">
|
|
<input type="file" name="mod" class="btn btn-default">
|
|
<input type="submit" name="ok" value="Установить" class="btn btn-success">
|
|
</form>
|
|
{include file=$footer_admin} |