PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
plugins
/
akeebabackupwp
/
app
/
Solo
/
Application
<?php /** * @package solo * @copyright Copyright (c)2014-2026 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ namespace Solo\Application; use Awf\User\Privilege; class UserPrivileges extends Privilege { public function __construct() { $this->name = 'akeeba'; // Set up the privilege names and their default values $this->privileges = array( 'backup' => false, 'configure' => false, 'download' => false, ); } }
[+]
..
[-] UserManager.php
[edit]
[-] UserAuthenticationOtep.php
[edit]
[-] UserAuthenticationPassword.php
[edit]
[-] UserAuthenticationGoogle.php
[edit]
[-] UserPrivileges.php
[edit]
[-] UserAuthenticationYubikey.php
[edit]