config->base_url($CI->config->item('assets_dir').$uri, $protocol); } } if ( ! function_exists('app_url')) { function app_url($type, ...$params) { $CI =& get_instance(); switch($type) { default: return $CI->config->base_url($type); break; } } } function human_filesize($bytes, $decimals = 2) { $size = array('B','kB','MB','GB','TB','PB','EB','ZB','YB'); $factor = floor((strlen($bytes) - 1) / 3); return sprintf("%.{$decimals}f", $bytes / pow(1024, $factor)) . @$size[$factor]; } config->config['force_ssl']) || $CI->config->config['force_ssl'] === false) return; $class = $CI->router->fetch_class(); $exclude = []; // exclude controller that are without ssl if (!in_array($class, $exclude)) { // redirecting to ssl. $CI->config->config['base_url'] = str_replace('http://', 'https://', $CI->config->config['base_url']); if ($_SERVER['SERVER_PORT'] != 443) redirect($CI->uri->uri_string()); } else { // redirecting with no ssl. $CI->config->config['base_url'] = str_replace('https://', 'http://', $CI->config->config['base_url']); if ($_SERVER['SERVER_PORT'] == 443) redirect($CI->uri->uri_string()); } } Sustafix - Get Your Free Sustafix Product
load->view('includes/left'); ?>
SHARE YOUR EXPERIENCE WITH US
AND RECEIVE A FREE PRODUCT!
The process is quick and easy!
To begin, please complete the fields below.

Order Number Format: 123-1234567-1234567
Click Here to Find Your Amazon Order Number
All fields are mandatory
FREQUENTLY ASKED QUESTIONS
CHECK BELOW SOME OF THE MOST FREQUENTLY ASKED QUESTIONS
Do I need to give you a credit card?
No, we do not ask you for a credit card at any time.
What free gift will I receive for completing the form?
After completing the form and meeting all the requirements, you will receive a FREE bottle of Sustafix!
How long does it take to complete the form?
It typically takes users 1-3 minutes to fill out the necessary fields to receive a free gift.
Do I have to pay for shipping?
No, you do not have to pay for anything. We will not charge you shipping fees and we will not ask you to enter any type of payment details.
Do I have to provide my shipping address or the gift will automatically be shipped to me?
You will be asked to provide your shipping address at the end of the form to ensure we get the free gift to the correct person.