Призрак,
[code]<?php
2:
3: /**
4: * Удалён JohnCMS
5: *
http://johncms.com
6: * Удалён Co2pyright (C) 2008-2011 JohnCMS
Community
7: * Удалён LICENSE.txt (see attached file)
8: * Удалён VERSION.txt (see attached file)
9: * Удалён
http://johncms.com/about
10: */
11:
12: define(\'_IN_JOHNCMS\', 1);
13:
14: $rootpath = \'\'; // Внимание! Если файл
находится в корневой папке, нужно указать
$rootpath = \'\';
15: require(\'incfiles/core.php\');
16:
17: if (isset($_SESSION[\'ref\']))
18: unset($_SESSION[\'ref\']);
19: if (isset($_GET[\'err\']))
20: $act = 404;
21:
22: switch ($act) {
23: case \'404\':
24: /*
25:
-----------------------------------------------------------------
26: Сообщение об ошибке 404
27:
-----------------------------------------------------------------
28: */
29: $headmod = \'error404\';
30: require(\'incfiles/head.php\');
31: echo functions::display_error($lng
[\'error_404\']);
32: break;
33:
34: case \'digest\':
35: /*[/code]