mirror of
https://github.com/friendica/friendica
synced 2025-04-25 12:30:11 +00:00
Switch to new php-encryption library version
- Remove references to library/ files - Add namespace to library classes
This commit is contained in:
parent
3b2cd85483
commit
acd65aade1
3 changed files with 10 additions and 24 deletions
|
@ -33,9 +33,6 @@ require_once 'mod/share.php';
|
|||
require_once 'include/enotify.php';
|
||||
require_once 'include/group.php';
|
||||
|
||||
/// @TODO one day with composer autoloader no more needed
|
||||
require_once 'library/defuse/php-encryption-1.2.1/Crypto.php';
|
||||
|
||||
function construct_verb($item) {
|
||||
if ($item['verb']) {
|
||||
return $item['verb'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue