mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 04:38:27 +01:00
10 lines
77 B
PHP
10 lines
77 B
PHP
<?php
|
|
|
|
if(!e107::isInstalled('gsitemap'))
|
|
{
|
|
e107::redirect();
|
|
exit();
|
|
}
|
|
|
|
|