/var/www/vhosts/ihelp.ro/httpdocs/src/View/Cell/Admin
NameSizeModeActions
InfoBannerBlockCell.php6190644editdlrm
InfoCauseBlockCell.php6630644editdlrm
InfoOrderBlockCell.php7610644editdlrm
InfoProductBlockCell.php7770644editdlrm
InfoSponsorBlockCell.php6240644editdlrm
InfoUserBlockCell.php6950644editdlrm
UserBlockCell.php9640644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/src/View/Cell/Admin/UserBlockCell.php (964B)
request->getSession(); $username = $username->read('Auth.id'); $this->loadModel('Profiles'); $username = $this->Profiles->find() ->where(['Profiles.user_id' => $username]) ->first(); $username = $username->first_name . ' ' . $username->last_name; $this->set(compact('username')); } }