diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-07-08 13:42:06 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-07-08 13:42:06 +0100 |
| commit | 897a7072912a6de6f8579390fb764985e37e3e67 (patch) | |
| tree | 49300217444df860ab460cd1480cf5f233dd7c3b /www/sitemap.xml | |
| parent | 81d1cb4f38a12b27b92fcccf182c3e4fd05c9271 (diff) | |
Add HTTP_AUTHORIZATION Missing From Global $_SERVER Variable
Diffstat (limited to 'www/sitemap.xml')
| -rw-r--r-- | www/sitemap.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/sitemap.xml b/www/sitemap.xml index b83b2c5..43888a6 100644 --- a/www/sitemap.xml +++ b/www/sitemap.xml @@ -1,6 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <url> + <loc>https://davidtsadler.com/posts/php/2021-07-08/http-authorization-missing-from-global-server-variable/index.html</loc> + <lastmod>2021-07-08T12:00:00Z</lastmod> + <changefreq>never</changefreq> +</url><url> <loc>https://davidtsadler.com/posts/git/2021-06-13/backing-up-a-git-repository/index.html</loc> <lastmod>2021-06-13T12:00:00Z</lastmod> <changefreq>never</changefreq> |
