Procházet zdrojové kódy

Supprime fonction small_hash dans install.php

Elle était redondante avec la fonction définie dans lib/lib_rss.php
Marien Fressinaud před 12 roky
rodič
revize
d817a35aab
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. 0 6
      public/install.php

+ 0 - 6
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';