www.mapsmarker.com"); }
include('inc' . DIRECTORY_SEPARATOR . 'admin-header.php');
global $wpdb;
$lmm_options = get_option( 'leafletmapsmarker_options' );
$action = isset($_POST['action']) ? $_POST['action'] : '';
if (!empty($action)) {
$import_export_nonce = isset($_POST['_wpnonce']) ? $_POST['_wpnonce'] : (isset($_GET['_wpnonce']) ? $_GET['_wpnonce'] : '');
if (! wp_verify_nonce($import_export_nonce, 'import-export-nonce') ) die('
'.__('Security check failed - please call this function from the according admin page!','lmm').'');
$import_export_standalone_nonce = wp_create_nonce('import-export-standalone-nonce');
if ($action == 'import') {
echo ''.PHP_EOL;
} else if ($action == 'import-layers') {
echo ''.PHP_EOL;
} elseif ($action == 'export') {
echo ''.PHP_EOL;
} elseif ($action == 'export-layers') {
echo ''.PHP_EOL;
}
} else { //info: !empty($action) 2/3
?>
' . sprintf(__('The PHP extension %1$s is not enabled on your server - this means that import and export will not work! Please contact your admin for more details.','lmm'), 'php_xml') . '';
}
if (!function_exists('gd_info')) {
echo '' . sprintf(__('The PHP extension %1$s is not enabled on your server - this means that import and export will not work! Please contact your admin for more details.','lmm'), 'php_gd2') . '
';
}
?>
www.mapsmarker.com/import-export'); ?>