fixed directory location

This commit is contained in:
Felix Ivo
2025-07-07 15:08:56 +02:00
parent 26fb9b54b6
commit 92e162283e
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ include dirname(__DIR__).'/header.phtml';
//// Test write permissions
//// This is the directory we will upload files to.
//$uploadDir = $_SERVER['DOCUMENT_ROOT'] . '/EIANotesApp/Uploads/';
//$uploadDir = __DIR__ . '/../Uploads/';
//if (!file_exists($uploadDir)) {
// mkdir($uploadDir, 0777, true);
//}