last update: Sat, 05 Sep 2015 14:55:09 +0000
  1. <?php
  2. function my_obstart()
  3. {
  4. /* $encode = getenv("HTTP_ACCEPT_ENCODING");
  5. if(ereg("gzip",$encode)) {
  6. ob_start("ob_gzhandler");
  7. }
  8. else
  9. {
  10. ob_start();
  11. }
  12. */
  13. }
  14. if (!isset($_GET['no_cache']))
  15. {
  16. //my_obstart(); // Führt die Funktion nun aus
  17. }
  18. ?>

goto line:
Compare with:
text copy window edit this code post new code