Welcome, Guest. Please Login or Register.
November 25, 2024, 02:55:21 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  German User Help  |  Hilfe zu YaBB SE  |  index.php « previous next »
Pages: [1] Reply Ignore Print
Author Topic: index.php  (Read 435 times)
Tux
Noobie
*
Posts: 32


free for future

index.php
« on: February 04, 2003, 03:19:52 PM »
Reply with quote

Kleiner Schönheitsfehler bei der Index.php
Zeile 73 bei 1.5.1RC1/38
Apache 2
PHP 4.4.0dev
Meine Config
output_buffering = 4096
output_handler =
zlib.output_compression = Off
implicit_flush = Off
register_globals = Off
if ($modSettings['enableCompressedOutput'] && preg_match("=gzip=i", getEnv("HTTP_ACCEPT_ENCODING"))) {
 if (!ini_get("register_globals")) {
   ob_start($_SERVER['ob_gzhandler']);
  } else {
   ob_start("ob_gzhandler");
  }
} else {
   ob_start();
}

Eigentlich könnte man die ini_get Abfrage auch weg lassen und Sofort die SuperGlobal setzen.
mfg Tux
Logged

LINUX - Für das Leben nach dem Absturz! ;D
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  German User Help  |  Hilfe zu YaBB SE  |  index.php « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.062 seconds with 21 queries.