mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 10:01:56 +02:00
Work on Avatars (can now be resized at any time). More comment templating options.
This commit is contained in:
@@ -185,6 +185,7 @@ if (isset ($_POST['test_mail']))
|
||||
// ------- Update Options. --------------
|
||||
if (isset ($_POST['update_options']))
|
||||
{
|
||||
$mes = e107::getMessage();
|
||||
$temp = array();
|
||||
$temp['avatar_upload'] = (FILE_UPLOADS ? $_POST['avatar_upload'] : 0);
|
||||
$temp['im_width'] = $_POST['im_width'];
|
||||
|
Reference in New Issue
Block a user