deactiveted browser cache on admin panel
pasted pragma no cache everywhere
Cette révision appartient à :
Parent
598dd8d745
révision
b8892dd69d
20 fichiers modifiés avec 20 ajouts et 4 suppressions
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
header("Pragma: no-cache");
|
||||
require dirname(__FILE__).'/../classes/ProjetManager.php';
|
||||
include 'include/head.php';
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
header("Pragma: no-cache");
|
||||
include 'include/head.php';
|
||||
?>
|
||||
<div id="main">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
header("Pragma: no-cache");
|
||||
include 'include/head.php';
|
||||
?>
|
||||
<div id="main">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
header("Pragma: no-cache");
|
||||
ini_set('display_errors', '1');
|
||||
ini_set('error_reporting', E_ALL);
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
header("Pragma: no-cache");
|
||||
include dirname(__FILE__).'/../include/connexionBdd.php';
|
||||
include 'include/head.php';
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
header("Pragma: no-cache");
|
||||
include dirname(__FILE__).'/../include/connexionBdd.php';
|
||||
include 'include/head.php';
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
header("Pragma: no-cache");
|
||||
include 'include/head.php';
|
||||
?>
|
||||
<div id="main">
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
header("Pragma: no-cache");
|
||||
ini_set('display_errors', '1');
|
||||
ini_set('error_reporting', E_ALL);
|
||||
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
header("Pragma: no-cache");
|
||||
ini_set('display_errors', '1');
|
||||
ini_set('error_reporting', E_ALL);
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
header("Pragma: no-cache");
|
||||
ini_set('display_errors', '1');
|
||||
ini_set('error_reporting', E_ALL);
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
header("Pragma: no-cache");
|
||||
include 'include/head.php';
|
||||
|
||||
echo '<div id="main"><pre>';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
header("Pragma: no-cache");
|
||||
include dirname(__FILE__).'/../include/connexionBdd.php';
|
||||
include 'include/head.php';
|
||||
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
header("Pragma: no-cache");
|
||||
include dirname(__FILE__).'/../include/connexionBdd.php';
|
||||
include 'include/head.php';
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
header("Pragma: no-cache");
|
||||
include dirname(__FILE__).'/../include/connexionBdd.php';
|
||||
include 'include/head.php';
|
||||
|
||||
|
|
Référencer dans un nouveau ticket