forked from root/threadr.lostcave.ddnss.de
%REQUIRE_LOGIN%
parent
4a6a4540bc
commit
923fb94eee
|
@ -1,9 +1,10 @@
|
|||
<?php
|
||||
session_start();
|
||||
%PLEAZE_NO_CACHE%
|
||||
session_start();
|
||||
%SET_LOGIN_VARIABLE%
|
||||
//Todo: make this a setting for users that use VPNs/Proxies and seem to jump around the world rather quickly...
|
||||
%NO_CHEAP_SESSION_STEALING%
|
||||
//Todo: make this a setting for users that use VPNs/Proxies and seem to jump around the world rather quickly...
|
||||
%NO_CHEAP_SESSION_STEALING%
|
||||
%REQUIRE_LOGIN%
|
||||
|
||||
$pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!');
|
||||
$error = false;
|
||||
|
|
Loading…
Reference in New Issue