[Customisation Database Commits] r936 - /trunk/titania/cron.php

Nathan Guse exreaction at phpbb.com
Mon Mar 29 22:35:57 BST 2010


Author: exreaction
Date: Mon Mar 29 22:35:57 2010
New Revision: 936

Log:
fix #60065

Modified:
    trunk/titania/cron.php

Modified: trunk/titania/cron.php
==============================================================================
*** trunk/titania/cron.php (original)
--- trunk/titania/cron.php Mon Mar 29 22:35:57 2010
***************
*** 24,33 ****
  
  // Output transparent gif
  header('Cache-Control: no-cache');
! //header('Content-type: image/gif');
! //header('Content-length: 43');
  
! //echo base64_decode('R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  
  // test without flush ;)
  // flush();
--- 24,33 ----
  
  // Output transparent gif
  header('Cache-Control: no-cache');
! header('Content-type: image/gif');
! header('Content-length: 43');
  
! echo base64_decode('R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  
  // test without flush ;)
  // flush();




More information about the customisationdb-commits mailing list