1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

Передача заголовка LiveStreet

This commit is contained in:
Mzhelskiy Maxim 2012-03-27 19:38:17 +04:00
parent 269045f271
commit c54cf8661d

View file

@ -18,6 +18,7 @@ error_reporting(E_ALL);
ini_set('display_errors', 1);
header('Content-Type: text/html; charset=utf-8');
header('X-Powered-By: LiveStreet CMS');
set_include_path(get_include_path().PATH_SEPARATOR.dirname(__FILE__));
chdir(dirname(__FILE__));