We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3d344 commit 0e8e374Copy full SHA for 0e8e374
1 file changed
maintain.inc.php
@@ -131,8 +131,10 @@ function plugin_install()
131
include_once( PHPWG_ROOT_PATH. 'plugins/piwigo-openstreetmap/osmmap2.php');
132
else if (isset(\$_GET['v']) and \$_GET['v'] == 3)
133
include_once( PHPWG_ROOT_PATH. 'plugins/piwigo-openstreetmap/osmmap3.php');
134
+else if (isset(\$_GET['v']) and \$_GET['v'] == 4)
135
+ include_once( PHPWG_ROOT_PATH. 'plugins/piwigo-openstreetmap/osmmap4.php');
136
else
- include_once( PHPWG_ROOT_PATH. 'plugins/piwigo-openstreetmap/osmmap2.php');
137
+ include_once( PHPWG_ROOT_PATH. 'plugins/piwigo-openstreetmap/osmmap3.php');
138
?>
139
EOF;
140
$fp = fopen( PHPWG_ROOT_PATH.'osmmap.php', 'w' );
0 commit comments