Skip to content

Commit

Permalink
Adding new thing in TVSH
Browse files Browse the repository at this point in the history
  • Loading branch information
enisgjinii committed Oct 10, 2024
1 parent a582c64 commit ecb10a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions email_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,7 @@
[2024-10-07 11:48:07] Email sent successfully for page: ttatimi.php from IP: ::1
[2024-10-07 14:10:12] Email sent successfully for page: ttatimi.php from IP: ::1
[2024-10-09 11:33:43] Email sent successfully for page: ttatimi.php from IP: 127.0.0.1
[2024-10-09 16:55:35] Email sent successfully for page: shpenzimet_objekt.php from IP: 127.0.0.1
[2024-10-10 12:06:23] Email sent successfully for page: tatimi.php from IP: 127.0.0.1
[2024-10-10 12:06:31] Email sent successfully for page: tatimi.php from IP: 127.0.0.1
[2024-10-10 14:57:51] Email sent successfully for page: index.php from IP: 127.0.0.1
2 changes: 1 addition & 1 deletion rate_limit.log
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"::1":[1728303010],"127.0.0.1":[1728466420]}
{"::1":[1728303010],"127.0.0.1":[1728565069]}
10 changes: 5 additions & 5 deletions ttatimi.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
})
],
locale: "sq",
minDate: "2022-01", // Earliest selectable month
minDate: "2015-01", // Earliest selectable month
});
</script>
</div>
Expand Down Expand Up @@ -160,7 +160,7 @@
<select class="form-select" id="zgjedhKategorine" name="kategoria" required>
<option value="" selected disabled>-- Zgjidhni një kategori --</option>
<option value="Kontribute">Kontribute (CM)</option>
<option value="TVSH">TVSH (QL)</option>
<option value="TVSH">TVSH (QL , QS)</option>
<option value="Tatim">Tatim (WM)</option>
</select>
</div>
Expand Down Expand Up @@ -224,7 +224,7 @@
})
],
locale: "sq",
minDate: "2022-01", // Earliest selectable month
minDate: "2015-01", // Earliest selectable month
});
</script>
</div>
Expand Down Expand Up @@ -373,7 +373,7 @@
})
],
locale: "sq",
minDate: "2022-01", // Earliest selectable month
minDate: "2015-01", // Earliest selectable month
});
</script>
<!-- Shëno Vlerën -->
Expand Down Expand Up @@ -460,7 +460,7 @@
})
],
locale: "sq",
minDate: "2022-01",
minDate: "2015-01",
});
// Initialize DataTable
const table = $('#tatimiTable').DataTable({
Expand Down

0 comments on commit ecb10a4

Please sign in to comment.