Отказ от абсолютных ссылок https://new-combats.com/* к относительным /*. Замена https://img.new-combats.com на //img.new-combats.tech.
This commit is contained in:
@@ -122,7 +122,7 @@ if (isset($_POST['set_name'])) {
|
||||
<head>
|
||||
|
||||
<title>Старый Бойцовский Клуб - Профили характеристик</title>
|
||||
<link href="https://img.new-combats.com/css/main.css" rel="stylesheet" type="text/css">
|
||||
<link href="//img.new-combats.tech/css/main.css" rel="stylesheet" type="text/css">
|
||||
<script type="text/javascript" src="js/jquery.js"></script>
|
||||
<script>
|
||||
var free_stats = <?=$free_stats?>;
|
||||
@@ -172,14 +172,14 @@ if ($u->error != '') {
|
||||
<td style="border-right:1px solid #000;border-top:1px solid #000;" bgcolor="#d2d0d1">
|
||||
<?
|
||||
if ($pl['use'] == 0) { ?>
|
||||
<a href="https://new-combats.com/ruin_characteristics.php?use=<?= $pl['id'] ?>">Установить</a>
|
||||
<a href="/ruin_characteristics.php?use=<?= $pl['id'] ?>">Установить</a>
|
||||
<?
|
||||
} else { ?>
|
||||
<b><font color="red">По умолчанию</font></b>
|
||||
<?
|
||||
} ?></td>
|
||||
<td style="border-top:1px solid #000;" bgcolor="#d2d0d1"><a
|
||||
href="https://new-combats.com/ruin_characteristics.php?delete=<?= $pl['id'] ?>">удалить</a></td>
|
||||
href="/ruin_characteristics.php?delete=<?= $pl['id'] ?>">удалить</a></td>
|
||||
</tr>
|
||||
<?
|
||||
$j++;
|
||||
@@ -192,11 +192,11 @@ if ($j == 0) {
|
||||
?>
|
||||
<br>
|
||||
<input type="button" value="Обновить" class="btnnew"
|
||||
onClick="location.href='https://new-combats.com/ruin_characteristics.php';">
|
||||
onClick="location.href='/ruin_characteristics.php';">
|
||||
<br><br>
|
||||
<hr>
|
||||
<br>
|
||||
<form method="post" action="https://new-combats.com/ruin_characteristics.php">
|
||||
<form method="post" action="/ruin_characteristics.php">
|
||||
Название: <input name="set_name" type="text" value="" class="textnew" style="width:144px;"><br><br>
|
||||
<table style="border:1px solid #000;" width="100%" border="0" cellspacing="0" cellpadding="5">
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user