Skip to content

Commit

Permalink
Add script description
Browse files Browse the repository at this point in the history
Add script description.
  • Loading branch information
rafa62 authored May 7, 2018
1 parent 4857c4a commit 4cd5935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PDFAck.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

/* Prints an acknowledgement */

include('includes/session.php');
include('includes/SQL_CommonFunctions.inc');
Expand Down Expand Up @@ -279,4 +279,4 @@
$pdf->OutputI($_SESSION['DatabaseName'] . '_Acknowledgement_' . date('Y-m-d') . '.pdf');
$pdf->__destruct();
}
?>
?>

0 comments on commit 4cd5935

Please sign in to comment.