even more function to class conversion

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-21 17:41:22 +01:00
parent b0e11f5708
commit 1b090377ee
61 changed files with 941 additions and 1389 deletions

View File

@@ -206,7 +206,7 @@ if (count($all_keys) == 0) {
}
// escape stuff
$row = htmlentities_array($key);
$row = \Froxlor\PhpHelper::htmlentities_array($key);
// shorten keys
$row['_apikey'] = substr($row['apikey'], 0, 20) . '...';