3_3_common_header_ajax.tpl.php 355 B

1234567
  1. <?php if(!defined('IN_DISCUZ')) exit('Access Denied'); ob_end_clean();
  2. ob_start();
  3. @header("Expires: -1");
  4. @header("Cache-Control: no-store, private, post-check=0, pre-check=0, max-age=0", FALSE);
  5. @header("Pragma: no-cache");
  6. @header("Content-type: text/xml; charset=".CHARSET);
  7. echo '<?xml version="1.0" encoding="'.CHARSET.'"?>'."\r\n";?><root><![CDATA[