1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00
php-e107/e107_plugins/gsitemap/weblog_pinger.php

10 lines
77 B
PHP

<?php
if(!e107::isInstalled('gsitemap'))
{
e107::redirect();
exit();
}