jolie beau
This commit is contained in:
parent
42ec68178a
commit
334dd55dee
9 changed files with 70 additions and 16 deletions
|
|
@ -243,6 +243,10 @@ class UserCtrl extends MotherCtrl {
|
|||
}
|
||||
}
|
||||
}
|
||||
if ($_POST['delete_image'] === '1') {
|
||||
$objUser->setImage('images.jpg');
|
||||
}
|
||||
|
||||
|
||||
if (count($arrError) == 0 && isset($strImageName)) {
|
||||
$strDest = $_ENV['IMG_USER_PATH'] . $strImageName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue