mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 17:36:29 +02:00
Fix setting detection_url au lieu de detect_url
This commit is contained in:
parent
f487597427
commit
debcfcb907
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
<h4 class="panel-title"><i class="fa fa-link fa-fw"></i> Détection des URL dans les discussions</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<form action="<?php echo $this->generateUrl('settings', 'change', ['detection_url', $_SESSION['csrf']]); ?>" method="POST">
|
||||
<form action="<?php echo $this->generateUrl('settings', 'change', ['detect_url', $_SESSION['csrf']]); ?>" method="POST">
|
||||
<div class="form-group">
|
||||
<label>Détection activé : </label>
|
||||
<select name="settingValue" class="form-control">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue