- * The string representation of the object. - *
- * @return void - * @since 5.1.0 - */ - public function unserialize($serialized) - { - $this->permissionTree = unserialize($serialized); - } -} \ No newline at end of file diff --git a/core/src/core/classes/class.AJXP_Plugin.php b/core/src/core/classes/class.AJXP_Plugin.php deleted file mode 100644 index de78d5ce39..0000000000 --- a/core/src/core/classes/class.AJXP_Plugin.php +++ /dev/null @@ -1,1048 +0,0 @@ - - * This file is part of Pydio. - * - * Pydio is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Pydio is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with Pydio. If not, see