Advertisement
Guest User

Untitled

a guest
Mar 15th, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2.  
  3. <?php
  4.  
  5.  
  6. system('chmod -R 744 *');
  7. system('find . -type d -exec chmod 755 {} \;');
  8.  
  9. /* /////
  10. system('./pear mage-setup');
  11. system('./pear install -f magento-core/Mage_All_Latest');
  12.  
  13. //system('chmod -R 744 *');
  14. //system('find . -type d -exec chmod 755 {} \;');
  15.  
  16. */
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement