cfgOBGzip

This commit is contained in:
Marc Delisle
2001-07-24 17:50:50 +00:00
parent e6bb08ef9c
commit 4585b347a3
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,6 @@
</body>
</html>
<?php
if ($cfgOBGzip && $ob_mode)
if (isset($cfgOBGzip) && isset($ob_mode))
out_buffer_post($ob_mode);
?>