Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit dbc10b0

Browse files
committed
fixed file uploading in directories
1 parent 775d700 commit dbc10b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/main/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
</div>
158158
</div>
159159
<div class="modal" id="upload-modal">
160-
<form action="<?php echo (isset($_GET['dir'])?'?route=/files/&?dir='.$_GET['dir']:null); ?>" method="POST" enctype="multipart/form-data">
160+
<form action="<?php echo (isset($_GET['dir'])?'?route=/files/&dir='.$_GET['dir']:null); ?>" method="POST" enctype="multipart/form-data">
161161
<div class="modal-content">
162162
<h4>Upload File</h4>
163163

0 commit comments

Comments
 (0)