Fix relative form action path

This commit is contained in:
billz 2023-02-05 13:53:18 +01:00
parent 3e1fbdf298
commit fd976a5dce
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
</div><!-- /.card-header -->
<div class="card-body">
<?php $status->showMessages(); ?>
<form role="form" action="/wg_conf" enctype="multipart/form-data" method="POST">
<form role="form" action="wg_conf" enctype="multipart/form-data" method="POST">
<?php echo CSRFTokenFieldTag() ?>
<!-- Nav tabs -->
<ul class="nav nav-tabs">