11 lines
261 B
PHP
Raw Permalink Normal View History

2016-01-04 12:49:26 +01:00
<?php
if(isset($_SERVER['REMOTE_ADDR'])) exit;
$_SERVER['SERVER_PORT'] = 80;
include(dirname(__FILE__).'/../../config/config.inc.php');
include(dirname(__FILE__).'/googlesitemap.php');
$googlesitemap = new GoogleSitemap();
$googlesitemap->generateSitemap();