Skip to content

Commit

Permalink
added SITEMAPXML_SITEMAPINDEX_HTTP_LINK
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed Mar 22, 2024
1 parent 041a519 commit 15cbaaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion NEUE DATEIEN/DEINADMIN/sitemapxml.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
* @copyright Copyright 2003-2024 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart-pro.at/license/2_0.txt GNU Public License V2.0
* @version $Id: sitemapxml.php 2024-02-25 17:51:18 webchills $
* @version $Id: sitemapxml.php 2024-03-22 16:25:18 webchills $
*/

require 'includes/application_top.php';

$sitemapindex_http_link = HTTP_CATALOG_SERVER . DIR_WS_CATALOG . SITEMAPXML_SITEMAPINDEX . '.xml';
define('SITEMAPXML_SITEMAPINDEX_HTTP_LINK','$sitemapindex_http_link');

$action = $_POST['action'] ?? '';

if ($action !== '') {
Expand Down

0 comments on commit 15cbaaa

Please sign in to comment.