Update profile picture upload target directory path
This commit is contained in:
parent
ec53e202e1
commit
392650e565
@ -60,7 +60,7 @@ if (!$mime || !isset($allowedMimeToExt[$mime]))
|
|||||||
|
|
||||||
$ext = $allowedMimeToExt[$mime];
|
$ext = $allowedMimeToExt[$mime];
|
||||||
|
|
||||||
$targetDir = '/FSST/Website/assets/images/profilePictures';
|
$targetDir = '/assets/images/profilePictures';
|
||||||
if (!is_dir($targetDir))
|
if (!is_dir($targetDir))
|
||||||
{
|
{
|
||||||
@mkdir($targetDir, 0755, true);
|
@mkdir($targetDir, 0755, true);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user