$val) { if (!is_array($val)) { $in[$k][$key] = stripslashes($val); continue; } $in[]= &$in[$k][$key]; } } unset($in); } // // until we have decided how to implement a public user, // use this constant. In Geoportal.rlp.de it was used as ANONYMOUS_USER // if (!defined("PUBLIC_USER")) define("PUBLIC_USER", ""); if (!defined("LOAD_JQUERY_FROM_GOOGLE")) define("LOAD_JQUERY_FROM_GOOGLE", false); // // class for error handling // if (!defined("LOG_DIR")) define("LOG_DIR", dirname(__FILE__) . "/../log/"); require_once dirname(__FILE__)."/../http/classes/class_mb_exception.php"; // // Do not display PHP errors // ini_set("display_errors", "0"); // // AJAX wrapper // require_once dirname(__FILE__)."/../lib/ajax.php"; // Max. size of WFS Responses in Byte // If exceeded, an error message will be returned // Default is 100k #defined("WFS_RESPONSE_SIZE_LIMIT") || define("WFS_RESPONSE_SIZE_LIMIT", 1024*100); ?>