1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 01:00:20 +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:
Cameron
2021-01-19 07:54:13 -08:00
parent 23d438a68b
commit 76144e6b4f
6 changed files with 79 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ $sec_img = new secure_image;
e107::lan('core','contact');
define('PAGE_NAME', LANCONTACT_00);
e107::canonical('contact');
require_once(HEADERF);
$tp = e107::getParser();