initial commit

This commit is contained in:
2026-06-25 13:03:45 +06:00
commit 4589f4a8d0
3229 changed files with 941958 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ExpenseCount - <?php echo __("LBL_WEBSITE_TITLE");?></title>
<meta name="description" content="Download your requested file from ExpenseCount." />
</head>
<body>
<p>Hello,</p>
<p>Great news! Your requested file is now ready for download.</p>
<p>
You can download it using the link below:
</p>
<p>
<a href="<?php echo $data['download_url']; ?>" target="_blank">Download File</a>
</p>
<br/>
<p>
Please note: This link may expire at <?php echo $data['expire_time']; ?>.
</p>
<br/>
Thanks,<br/>
ExpenseCount Team<br/>
</body>
</html>