Hi I have a php script that starts like this:
<?php
require_once('app/Mage.php'); //Path to Magento
umask(0);
Mage::app();
How do I call app/Mage.php from a directory other than root?? i.e I have my script in public_html/shell but app is in public_html/