Skip to content

Commit

Permalink
testing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
yashed committed Apr 25, 2024
1 parent ffba514 commit d522cd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/core/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,10 @@ function updateMarksheet($csvFileName, $dataArray, $newFileName)
$newFilePath = 'assets/csv/examsheets/output/final-marksheets/' . $newFileName;

// Ensure the output directory exists
$newFileDir = dirname($newFilePath);
if (!is_dir($newFileDir)) {
mkdir($newFileDir, 0777, true);
}
// $newFileDir = dirname($newFilePath);
// if (!is_dir($newFileDir)) {
// mkdir($newFileDir, 0777, true);
// }


// Read the existing CSV file
Expand Down

0 comments on commit d522cd7

Please sign in to comment.