mirror of
https://github.com/WerySkok/nativegallery.git
synced 2024-11-15 03:31:19 +03:00
fix image profile upload
This commit is contained in:
parent
5cc7646577
commit
56571ca926
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ $user = new User(Auth::userid());
|
|||
|
||||
<p>Ссылка на публичный профиль: <b><a href="/author/<?= Auth::userid() ?>/" class="nw"><?= $user->i('username') ?></a></b></p>
|
||||
<form method="post" name="form" id="form" enctype="multipart/form-data" style="display:inline-block">
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="215040">
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue