mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 18:32:44 +02:00
Issue #4352 e107::canonical() method added.
Use define('e_DEBUG_CANONICAL', true); in e107_config.php to test usage.
This commit is contained in:
@@ -25,6 +25,8 @@ e107::lan('gsitemap');
|
||||
|
||||
if(e_QUERY == "show" || !empty($_GET['show']))
|
||||
{
|
||||
e107::canonical('gsitemap');
|
||||
|
||||
require_once(HEADERF);
|
||||
|
||||
$nfArray = $sql ->retrieve("gsitemap", "*", "gsitemap_active IN (".USERCLASS_LIST.") ORDER BY gsitemap_order ",true);
|
||||
|
Reference in New Issue
Block a user