deactiveted browser cache on admin panel

pasted pragma no cache everywhere
Cette révision appartient à :
Albirew 2018-07-22 00:00:01 +02:00
Parent 598dd8d745
révision b8892dd69d
20 fichiers modifiés avec 20 ajouts et 4 suppressions

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
require dirname(__FILE__).'/../classes/ProjetManager.php';
include 'include/head.php';

Voir le fichier

@ -1,5 +1,5 @@
<?php
header("Pragma: no-cache");
include 'include/head.php';
?>
<div id="main">

Voir le fichier

@ -1,5 +1,5 @@
<?php
header("Pragma: no-cache");
include 'include/head.php';
?>
<div id="main">

Voir le fichier

@ -1,5 +1,5 @@
<?php
header("Pragma: no-cache");
ini_set('display_errors', '1');
ini_set('error_reporting', E_ALL);

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
include dirname(__FILE__).'/../include/connexionBdd.php';
include 'include/head.php';

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
include dirname(__FILE__).'/../include/connexionBdd.php';
include 'include/head.php';

Voir le fichier

@ -1,5 +1,5 @@
<?php
header("Pragma: no-cache");
include 'include/head.php';
?>
<div id="main">

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
ini_set('display_errors', '1');
ini_set('error_reporting', E_ALL);

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
include dirname(__FILE__).'/../include/connexionBdd.php';
include 'include/head.php';
$Membre= $bdd->query('SELECT * FROM membre WHERE id!=0 ORDER BY statut,pseudo');

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
ini_set('display_errors', '1');
ini_set('error_reporting', E_ALL);

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
ini_set('display_errors', '1');
ini_set('error_reporting', E_ALL);

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
include 'include/head.php';
echo '<div id="main"><pre>';

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
ini_set('display_errors', '1');
ini_set('error_reporting', E_ALL);
include dirname(__FILE__).'/../include/connexionBdd.php';

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
ini_set('display_errors', '1');
ini_set('error_reporting', E_ALL);
include dirname(__FILE__).'/../include/connexionBdd.php';

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
ini_set('display_errors', '1');
ini_set('error_reporting', E_ALL);
include dirname(__FILE__).'/../include/connexionBdd.php';

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
ini_set('display_errors', '1');
ini_set('error_reporting', E_ALL);
include dirname(__FILE__).'/../include/connexionBdd.php';

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
include dirname(__FILE__).'/../include/connexionBdd.php';
include 'include/head.php';

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
ini_set('display_errors', '1');
ini_set('error_reporting', E_ALL);
include dirname(__FILE__).'/../include/connexionBdd.php';

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
include dirname(__FILE__).'/../include/connexionBdd.php';
include 'include/head.php';

Voir le fichier

@ -1,4 +1,5 @@
<?php
header("Pragma: no-cache");
include dirname(__FILE__).'/../include/connexionBdd.php';
include 'include/head.php';