New feature : you can import and export configs

This commit is contained in:
piair 2023-08-21 21:38:27 +02:00
parent 3132795c5e
commit e896d4b949
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
}
</script>
<br>
<h2>Upload you files</h2>
<h2>Upload your files</h2>
<form method="POST" action="/upload_file/" enctype=multipart/form-data>
<table id="table">
<tr><td><input type="file" id="file1" name="file1" onchange='addline(0)'></td></tr>

View File

@ -1 +1 @@
v6.0.11
v6.1.0