<?php 
/** 
 * Pretty S3 Files Manager 
 * Support users can easily to manage their files at S3 server into a single 
 * web server, all actions will remain same 
 * 
 * Author support, please visit us at : www.phprockets.com 
 * 
 * Thank again for purchasing this script, if you have any ideas/questions, don't hesitate to directly 
 * contact us, we will improve it in next version release. 
**/ 
require_once dirname(__FILE__) . '/application/core.php';
 
 |