[Mapbender-commits] r4297 - branches/mifan_dev/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jul 3 15:31:07 EDT 2009
Author: mifan
Date: 2009-07-03 15:31:07 -0400 (Fri, 03 Jul 2009)
New Revision: 4297
Modified:
branches/mifan_dev/mapbender/http/php/mod_loadCatalogCapabilities.php
Log:
changes to adding catalog
Modified: branches/mifan_dev/mapbender/http/php/mod_loadCatalogCapabilities.php
===================================================================
--- branches/mifan_dev/mapbender/http/php/mod_loadCatalogCapabilities.php 2009-07-03 19:25:16 UTC (rev 4296)
+++ branches/mifan_dev/mapbender/http/php/mod_loadCatalogCapabilities.php 2009-07-03 19:31:07 UTC (rev 4297)
@@ -16,12 +16,16 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+//Include required files
+import_request_variables("PG");
+require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<?php
-echo '<meta http-equiv="Content-Type" content="text/html; charset='.CHARSET.'">';
+ echo '<meta http-equiv="Content-Type" content="text/html; charset='.CHARSET.'">';
?>
<!-- What about localization of Title values as below - do we handle that? -->
<title>Load Catalog</title>
More information about the Mapbender_commits
mailing list