Remove cp1251. Я сильно недооценивал трудолюбие неизвестного кодера.
This commit is contained in:
@@ -1615,7 +1615,7 @@ $tma = '';
|
||||
<?php
|
||||
if (isset($_GET['savePriems'])) {
|
||||
$_GET['savePriems'] = htmlspecialchars(
|
||||
substr($_GET['savePriems'], 0, 11), null, 'cp1251'
|
||||
substr($_GET['savePriems'], 0, 11), null
|
||||
);
|
||||
$sp = mysql_fetch_array(
|
||||
mysql_query(
|
||||
|
||||
Reference in New Issue
Block a user