merge Loic's version
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
if(!defined("__OB_LIB_INC__"))
|
||||
define("__OB_LIB_INC__", 1);
|
||||
if(!defined('__OB_LIB_INC__')) {
|
||||
define('__OB_LIB_INC__', 1);
|
||||
|
||||
|
||||
# Output buffer functions for phpMyAdmin
|
||||
|
||||
@@ -79,4 +80,6 @@
|
||||
return $retval;
|
||||
}
|
||||
|
||||
} // INC
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user