vBulletin Chmod – fast install
Mar 21
vBulletin Chmod – fast install forum
1 2 3 | find ./ -type f -exec chmod 777 {} \;
THEN After install
find ./ -type f -exec chmod 644 {} \; |
Mar 21
vBulletin Chmod – fast install forum
1 2 3 | find ./ -type f -exec chmod 777 {} \;
THEN After install
find ./ -type f -exec chmod 644 {} \; |