Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
zen_admin_demo Function entfernt
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed Jun 21, 2021
1 parent 7ebb13e commit 7f1a4e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
@@ -0,0 +1,2 @@
<?php
$db->Execute("UPDATE " . TABLE_CONFIGURATION . " SET configuration_value = '4.1.1' WHERE configuration_key = 'SITEMAPXML_VERSION' LIMIT 1;");
13 changes: 3 additions & 10 deletions NEUE DATEIEN/DEINADMIN/sitemapxml.php
Expand Up @@ -4,10 +4,10 @@
*
* @package Sitemap XML Feed
* @copyright Copyright 2005-2018 Andrew Berezin eCommerce-Service.com
* @copyright Copyright 2003-2019 Zen Cart Development Team
* @copyright Copyright 2003-2021 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 2019-07-10 07:56:18 webchills $
* @version $Id: sitemapxml.php 2021-06-21 09:59:18 webchills $
*/

require('includes/application_top.php');
Expand All @@ -27,14 +27,7 @@

if (zen_not_null($action)) {

switch ($action) {
// demo active test
case (zen_admin_demo()):
$action = '';
$messageStack->add_session(ERROR_ADMIN_DEMO, 'caution');
zen_redirect(zen_href_link(FILENAME_SITEMAPXML));
break;

switch ($action) {
case 'view_file':
case 'truncate_file':
case 'delete_file':
Expand Down
5 changes: 4 additions & 1 deletion liesmich.txt
@@ -1,4 +1,4 @@
Sitemap XML 4.1.0 für Zen Cart 1.5.6 deutsch
Sitemap XML 4.1.1 für Zen Cart 1.5.6 deutsch

Dieses Modul generiert für Google und Bing geeignete XML Sitemaps nach den hier beschriebenen Spezifikationen:
https://support.google.com/webmasters/answer/156184?hl=de&topic=8476&ctx=topic
Expand All @@ -11,6 +11,9 @@ Anpassung und Überarbeitung des Moduls Sitemap XML 3.9.5 von Andrew Berezin zur

Changelog:

Version 4.1.1
webchills - Juni 2021
Nicht mehr verwendete zen_admin_demo() Functon entfernt aus DEINADMIN/sitemapxml.php
Version 4.1.0
webchills - Juni 2019

Expand Down

0 comments on commit 7f1a4e9

Please sign in to comment.