we're having a mod created that needs to access files above public_html and outside cart in public_html:
/home/user/public_html/zencart/
/home/user/public_html/custom_dir/stuff.php
/home/user/custom_dir_1/stuff_1.php
/home/user/custom_dir_1/more_stuff_1.php
/home/user/custom_dir_1/etc_1.php
/home/user/custom_dir_2/stuff_2.php
/home/user/custom_dir_2/more_stuff_2.php
/home/user/custom_dir_2/etc_2.php
is this possible? how might we allow going to those specific outside locations to access stuff?
thanks


Reply With Quote

