View Single Post
  #2  
Old 26th May 2013, 12:58
AnTiZ AnTiZ is offline
Member
 
Join Date: Apr 2012
Bahamas
Posts: 4
Default
backend => config.php => ligne 21

change => $site_config['ANONYMOUSUPLOAD'] = false;//Enable / Disable anonymous uploads


by => $site_config['ANONYMOUSUPLOAD'] = true; //Enable / Disable anonymous uploads
Reply With Quote