1
0
Fork 0

prevent re-registrations using a deleted username - not an issue with Friendica but could create a serious privacy issue with federated platforms

This commit is contained in:
friendica 2012-03-22 01:46:52 -07:00
commit ebdf0ee99e
6 changed files with 38 additions and 2 deletions

View file

@ -11,7 +11,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '2.3.1288' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1132 );
define ( 'DB_UPDATE_VERSION', 1133 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );