diff options
Diffstat (limited to 'public/install.php')
| -rw-r--r-- | public/install.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/public/install.php b/public/install.php index 20ced82a5..9aecf7371 100644 --- a/public/install.php +++ b/public/install.php @@ -79,12 +79,6 @@ function writeArray ($f, $array) { } } -// tiré de Shaarli de Seb Sauvage //Format RFC 4648 base64url -function small_hash ($txt) { - $t = rtrim (base64_encode (hash ('crc32', $txt, true)), '='); - return strtr ($t, '+/', '-_'); -} - // gestion internationalisation $translates = array (); $actual = 'en'; |
