HEX
Server: Apache
System: Linux vps8051.dx3webs.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: paiskincare (10000)
PHP: 5.6.40-52+ubuntu20.04.1+deb.sury.org+1
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/paiskincare.com/httpdocs2/sitemaps/index.php
<?php

/**
  * MSU Sitemaps - Magic SEO URL URL for ZenCart
  * http://www.magic-seo-url.com/zencart/
  *
  * 2009, (c) Inveo s.r.o.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.
**/

if(!defined('SM_IN_SITEMAPS')) exit();

global $cache, $sm, $db;

if($GLOBALS['smMultilang']) {
	foreach($GLOBALS['smInstalledLang'] as $langId => $langCode) {
		//$sm->addUrlToSiteMap($GLOBALS['smUrl'].$langCode.'/', 'daily', '1.0');
		$sm->addUrlToSiteMap($langCode.'/', 'daily');
	}
} else {
	//$sm->addUrlToSiteMap('', 'daily', '1.0');
	$sm->addUrlToSiteMap('', 'daily');
}

?>