8 lines
363 B
HTML
8 lines
363 B
HTML
|
{include file=$header_admin title="Обновление модулей" h1="Обновление модулей"}
|
||
|
|
||
|
<form action="" method="post" enctype="multipart/form-data">
|
||
|
<input type="file" name="mod" class="form-control"><input type="submit" value="Загрузить" name="ok" class="btn btn-outline-success">
|
||
|
</form>
|
||
|
|
||
|
|
||
|
{include file=$footer_admin}
|