Skip to content

Commit

Permalink
Merge branch 'master' of github.com:24eme/signaturepdf
Browse files Browse the repository at this point in the history
  • Loading branch information
wincelau committed Aug 1, 2024
2 parents d3eacd0 + 697ae49 commit 0dcf81a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.ini.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ PDF_STORAGE_PATH=/path/to/folder
;NSS3_PASSWORD="my secret password"
;NSS3_NICK="certificate nick"

; Authorize these IP to use debug mode (separate IP adresses with ',')
; Authorize these IP to use debug mode (separate IP adresses with space ' ')
;ADMIN_AUTHORIZED_IP=
4 changes: 2 additions & 2 deletions templates/admin_setup.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@

</tbody>
</table>
<h5 class="py-2"><?php echo _("List of authorized IP for debugging purposes : "); ?></h4>
<h5 class="py-2"><?php echo _("List of authorized IP : "); ?></h4>
<p>
<?php foreach ($ADMIN_AUTHORIZED_IP as $ip): ?>
<?php echo $ip . ','; ?>
<?php echo $ip; ?>
<?php endforeach; ?>
</p>

Expand Down

0 comments on commit 0dcf81a

Please sign in to comment.