1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-16 20:28:28 +01:00

#3912 e_ROUTE for legacy version gsitemap plugin

This commit is contained in:
Jimako 2021-02-22 21:01:14 +01:00 committed by GitHub
parent 340ff05fcd
commit 2847d4c27e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ e107::lan('gsitemap');
if(e_QUERY == "show" || !empty($_GET['show']))
{
e107::canonical('gsitemap');
e107::route('gsitemap/index');
require_once(HEADERF);