EngineGP/system/engine/contacts.php
Sergei Solovev 91c2b73c16 Closing tags for PSR-12 have been removed
Unpredictable result
2024-03-11 00:54:27 +03:00

11 lines
227 B
PHP

<?php
if (!DEFINED('EGP'))
exit(header('Refresh: 0; URL=http://' . $_SERVER['HTTP_HOST'] . '/404'));
$title = 'Контактная информация';
$html->nav($title);
$html->get('contacts');
$html->pack('main');