Уборка неиспользуемых отсылок на конфигурацию.

This commit is contained in:
2024-04-29 17:22:11 +03:00
parent bd7af6b31c
commit 5f9d3b85bf
13 changed files with 232 additions and 281 deletions
-2
View File
@@ -21,7 +21,6 @@ if ($uplogin != 'delete' && $utf8Login != 'delete' && $utf8Login2 != 'delete') {
if (!isset($clan['id'])) {
die(
'<html><head>
<meta http-equiv="Content-Language" content="ru">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
<TITLE>Произошла ошибка</TITLE></HEAD><BODY text="#FFFFFF"><p><font color=black>
@@ -29,7 +28,6 @@ if (!isset($clan['id'])) {
<b><p><a href = "javascript:window.history.go(-1);">Назад</b></a>
<HR>
<p align="right">(c) <a href="index.html">' . $c['title'] . '</a></p>
' . $c['counters'] . '
</body></html>'
);
}