summaryrefslogtreecommitdiff
path: root/public/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-08 17:48:27 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-08 17:48:27 +0100
commitfd78a264e39143e9a719329c6f25132e575743d8 (patch)
treed8802751d15ec4b5018d17587f10596ff3867f03 /public/install.php
parent20f0934cebd240740320919f14b9218493a3944e (diff)
cache base_url en attendant de voir s'il faut le supprimer complètement
Voir https://github.com/marienfressinaud/FreshRSS/issues/193
Diffstat (limited to 'public/install.php')
-rw-r--r--public/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/install.php b/public/install.php
index b85dfd8d5..5b0618c37 100644
--- a/public/install.php
+++ b/public/install.php
@@ -491,7 +491,7 @@ function printStep2 () {
<?php
$url = substr ($_SERVER['PHP_SELF'], 0, -10);
?>
- <div class="form-group">
+ <div class="form-group" style="display:none">
<label class="group-name" for="base_url"><?php echo _t ('base_url'); ?></label>
<div class="group-controls">
<input type="text" id="base_url" name="base_url" value="<?php echo isset ($_SESSION['base_url']) ? $_SESSION['base_url'] : $url; ?>" /> <i class="icon i_help"></i> <?php echo _t ('do_not_change_if_doubt'); ?>