Gestion d'un UNIQID pour 'phone' et 'facebook'

This commit is contained in:
xdrm-brackets 2016-05-19 15:48:24 +02:00
parent 70a1b8b10d
commit d3d7921dbc
2 changed files with 1 additions and 2 deletions

View File

@ -238,7 +238,7 @@
/* [0] On récupère l'id unique actuel
=========================================================*/
$funiq = fopen( __ROOT__.'/src/dynamic/facebook/uniqid', 'r+' );
$funiq = fopen( __ROOT__.'/src/dynamic/phone/uniqid', 'r+' );
flock($funiq, LOCK_EX); // On verrouille le fichier
$uniqid = fgets( $funiq );

View File

@ -1 +0,0 @@
204