summaryrefslogtreecommitdiff
path: root/public/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-02 20:12:55 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-02 20:12:55 +0100
commit56b269cef6bc54fa8d8fc69ff0f0e8b2ffb36afb (patch)
tree6870c446f15b997d1c9b15b8d232eadce1a78508 /public/install.php
parentee6a1bdde381a4ac95d8c7393deda3ebbaae1ead (diff)
PHP : suppression autres alertes
Voir https://github.com/marienfressinaud/FreshRSS/issues/310
Diffstat (limited to 'public/install.php')
-rw-r--r--public/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/install.php b/public/install.php
index 577714764..6765d8cd1 100644
--- a/public/install.php
+++ b/public/install.php
@@ -228,6 +228,7 @@ function saveStep3 () {
$_SESSION['bd_error'] = true;
}
}
+ invalidateHttpCache();
}
function deleteInstall () {
$res = unlink (PUBLIC_PATH . '/install.php');