BREAKING CHANGE New file upload method for contacts to not specify full path in database to reduce the db load and size as well as give better error control

This commit is contained in:
johnnyq
2021-09-20 22:10:57 -04:00
parent 6908bdcd30
commit 22d3564f04
4 changed files with 83 additions and 24 deletions

View File

@@ -70,8 +70,8 @@ scratch. This page gets rid of all links and provides the needed markup only.
</div>
<?php
$_SESSION['alert_type'] = '';
$_SESSION['alert_message'] = '';
unset($_SESSION['alert_type']);
unset($_SESSION['alert_message']);
}