forked from root/threadr.lostcave.ddnss.de
%REQUIRE_LOGIN%
parent
c8193dd06b
commit
c33addca42
|
@ -3,6 +3,7 @@ session_start();
|
|||
%SET_LOGIN_VARIABLE%
|
||||
%PLEAZE_NO_CACHE%
|
||||
%NO_CHEAP_SESSION_STEALING%
|
||||
%REQUIRE_LOGIN%
|
||||
|
||||
$pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!');
|
||||
$statement = $pdo->prepare('SELECT name FROM users WHERE id = :user_id;'); // to be replaced with optional user name off the user data table
|
||||
|
|
Loading…
Reference in New Issue