Commit 7c3f7467 authored by Olga's avatar Olga

Редиректы

parent 5f403367
<? if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die();
//if (file_exists(__DIR__ . '/include/redirects.php')) {
// require_once(__DIR__ . '/include/redirects.php');
//}
if (file_exists(__DIR__ . '/include/redirects.php')) {
require_once(__DIR__ . '/include/redirects.php');
}
AddEventHandler('main', 'OnEpilog', array('CMainHandlers', 'OnEpilogHandler'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment