%PDF- %PDF-
| Direktori : /usr/share/l.v.e-manager/plesk/plib/modules/plesk-lvemanager/scripts/ |
| Current File : //usr/share/l.v.e-manager/plesk/plib/modules/plesk-lvemanager/scripts/post-install.php |
<?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
*/
pm_Context::init('plesk-lvemanager');
/**
* Adding of custom buttons. And removing old buttons before adding.
*/
/*
* Uncomment when user's part will be ready
*
$installer = new Modules_PleskLvemanager_CustomButtonsInstaller();
$installer->deleteButtons();
if (version_compare(Modules_PleskLvemanager_CheckData::getPleskVersion(), '12.0') < 0) {
$installer->addButtons();
}
*/