Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
owncloud-prm /
apps /
dav /
lib /
Avatars /
Delete
Unzip
Name
Size
Permission
Date
Action
AvatarHome.php
2.87
KB
-rw-r--r--
2018-04-19 18:15
AvatarNode.php
2.01
KB
-rw-r--r--
2018-04-19 18:15
RootCollection.php
666
B
-rw-r--r--
2018-04-19 18:15
Save
Rename
<?php namespace OCA\DAV\Avatars; use Sabre\DAVACL\AbstractPrincipalCollection; class RootCollection extends AbstractPrincipalCollection { /** * This method returns a node for a principal. * * The passed array contains principal information, and is guaranteed to * at least contain a uri item. Other properties may or may not be * supplied by the authentication backend. * * @param array $principalInfo * @return AvatarHome */ function getChildForPrincipal(array $principalInfo) { $avatarManager = \OC::$server->getAvatarManager(); return new AvatarHome($principalInfo, $avatarManager); } function getName() { return 'avatars'; } }