Hacked By AnonymousFox
<?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
*/
require_once('LveManager.php');
class UserLveManager extends LveManager {
public $CLOUDLINUX_CLI = '/usr/share/l.v.e-manager/utils/cloudlinux-cli-user.py';
}
$manager = new UserLveManager();
$manager->processRequest(LveManager::OWNER_USER, 'python_selector');
Hacked By AnonymousFox1.0, Coded By AnonymousFox