%REQUIRE_LOGIN%

master
Jakob 2020-03-08 16:20:52 +01:00
parent 4a6a4540bc
commit 923fb94eee
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
<?php
%PLEAZE_NO_CACHE%
session_start();
%PLEAZE_NO_CACHE%
%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%
%REQUIRE_LOGIN%
$pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!');
$error = false;