Moving to PHP8.2

This commit is contained in:
Luca IU2FRL
2023-08-28 19:41:25 +02:00
parent 628bf0d2a5
commit 25147cdc2b
2 changed files with 9 additions and 9 deletions

View File

@@ -19,9 +19,9 @@ function delDir($dir) {
}
}
// This step may be not needed
if (file_exists($dir)) {
rmdir( $dir );
}
// if (file_exists($dir)) {
// rmdir( $dir );
// }
}
if (file_exists($db_file_path)) {