<?php // Simulate PHP setting for output_buffering. ob_start(); assert(1 === ob_get_level()); print 'before the header'; header('AAA:BBB');
You have javascript disabled. You will not be able to edit any code.