fix image profile upload

This commit is contained in:
themohooks 2024-07-10 12:29:58 +03:00
parent 5cc7646577
commit 56571ca926

View file

@ -98,7 +98,6 @@ $user = new User(Auth::userid());
<p>Ссылка на публичный профиль: <b><a href="/author/<?= Auth::userid() ?>/" class="nw"><?= $user->i('username') ?></a></b></p> <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"> <form method="post" name="form" id="form" enctype="multipart/form-data" style="display:inline-block">
<input type="hidden" name="MAX_FILE_SIZE" value="215040">