You can adjust the settings for your "virtual browser" below. These options affect the information the proxy sends to the target server.
OUT; /***************************************************************** * Send content wrapped in our theme ******************************************************************/ # Get buffer $content = ob_get_contents(); # Clear buffer ob_end_clean(); # Print content wrapped in theme echo replaceContent($content);