Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Jonathan Finnegan
Set correct file and folder permissions for Magento (or any other site for that matter) | Mactimize - http://mactimize.com/magento...
<?php 2.$output = shell_exec('find . -type f -exec chmod 644 {} \;'); 3.echo "<pre>$output</pre>"; 4.?> - Jonathan Finnegan