Local Default for storage

renato1723

New Member
YetiShare User
Aug 22, 2012
29
0
0
Dear Mrs,

How can I disable the default storage location? I want him to store randomly among the units that I have added, but did not include the default location, local default is read only is possible?

Thanks
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
You cannot do it from the admin control panel, but you can do it from phpmyadmin

Run this query:
Code:
UPDATE `file_server` SET `statusId` = '3' WHERE `serverLabel`= 'Local Default' AND `serverType` = 'local';