request client to not use caching (This is getting repetetive.)

master
Jan Danielzick 2020-03-02 14:19:10 +01:00
parent 011ef044ad
commit f8368d98f4
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php <?php
session_start(); session_start();
%PLEAZE_NO_CACHE%
$pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!'); $pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!');
$statement = $pdo->prepare('SELECT id, authentication_algorithm, authentication_salt, authentication_string FROM users WHERE name = :username;'); $statement = $pdo->prepare('SELECT id, authentication_algorithm, authentication_salt, authentication_string FROM users WHERE name = :username;');