Anybody have a simple php file that will chmod all sub directories and files inside of them to 777?
PHP code.
Collapse
X
-
Tags: None
-
chmod -R ./
?Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager -
I do not know you tell me.Originally posted by wojchmod -R ./
?
I do next to nothing via shell or root. Want something I can upload and run from a browser.Comment
-
you won't have permission to change permissions to 777 if you run it from the web... unless the files/dirs in question are owned by apache...Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip ManagerComment
-
thought that might be the case.Originally posted by wojyou won't have permission to change permissions to 777 if you run it from the web... unless the files/dirs in question are owned by apache...
Comment

Comment