Skip to content

Commit

Permalink
Merge pull request #16 from robertgarrigos/cleanup
Browse files Browse the repository at this point in the history
Fixes #15
  • Loading branch information
robertgarrigos authored Aug 26, 2023
2 parents ffb78b9 + 3988d5d commit 7bfcdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.admin.inc
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ function demo_get_fileconfig($filename = 'demo_site') {
}

// Protect dump files.
file_create_htaccess($fileconfig['path'], TRUE);
file_save_htaccess($fileconfig['path'], TRUE);

// Build SQL filename.
$fileconfig['sql'] = $filename . '.sql';
Expand Down

0 comments on commit 7bfcdbc

Please sign in to comment.