feat: allow for SQL server port specification
This commit is contained in:
parent
0d9bedcaca
commit
9e855fba36
3 changed files with 20 additions and 16 deletions
|
@ -49,8 +49,6 @@ if($SURI == '/') {
|
|||
} elseif($SURI == '/api/upload') {
|
||||
|
||||
if(array_key_exists('post_data', $_FILES)) {
|
||||
|
||||
|
||||
$adapter->handle_upload($_POST['post_path'], $_FILES['post_data']['tmp_name']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue