/usr/share/l.v.e-manager/plesk/plib/modules/plesk-lvemanager/library/Controllers
<?php /** * Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2019 All Rights Reserved * * Licensed under CLOUD LINUX LICENSE AGREEMENT * http://cloudlinux.com/docs/LICENSE.TXT */ class Modules_PleskLvemanager_Controllers_User extends Modules_PleskLvemanager_Controllers_Base { public function init() { parent::init(); if( !$this->clientId ) { $domain = $this->session->getCurrentDomain(); $this->client = $domain->getClient(); $this->clientId = $this->client->getId(); } } }
.
Edit
..
Edit
Admin.php
Edit
Base.php
Edit
Spa.php
Edit
User.php
Edit