Хороним $_COOKIE['pass'], отказываемся от md5('pass'). Это не регистрация, а чёрная дыра!

This commit is contained in:
2023-01-06 16:57:25 +02:00
parent e9ec7eb2f2
commit 9e45f170c7
50 changed files with 1470 additions and 2242 deletions
+1 -6
View File
@@ -43,11 +43,6 @@ if ($u->info['online'] < time() - 60) {
$u->stats = $u->getStats($u->info['id'], 0);
if ($u->info['activ'] > 0) {
include('activnew.php');
die();
}
?>
<!DOCTYPE html>
<html lang="ru-RU">
@@ -67,7 +62,7 @@ if ($u->info['activ'] > 0) {
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
var des = <?=(0 + $u->info['design'])?>;
var des = 1;
var c = {
noEr: 0,
noErTmr: 0,