mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Moving to PHP8.2
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user