Gestion d'un UNIQID pour 'phone' et 'facebook'
This commit is contained in:
parent
70a1b8b10d
commit
d3d7921dbc
|
@ -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 );
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
204
|
Loading…
Reference in New Issue