feat: allow for SQL server port specification

This commit is contained in:
David Bailey 2023-12-12 22:39:06 +01:00
parent 0d9bedcaca
commit 9e855fba36
3 changed files with 20 additions and 16 deletions

View file

@ -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']);
}