"; echo ""; if ($_GET[d] == "yes") { echo '

Fixing permissions on Folders.'; echo '
Setting folders to 755. '; system ('find ./ -type d -exec chmod 755 {} \;'); echo '
Done.'; } else { echo '

'; echo 'Set all folder permissions to 755?
'; echo '

'; echo '
'; } echo "

"; ?>