diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-27 10:44:20 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-27 15:47:32 +0000 |
| commit | b34ef6ae01de77764a6770a0fef7aba7dc3f5623 (patch) | |
| tree | 6cfe16505ce1a880747cf2be4515d31cecde4133 /src/web/lib/_base.php | |
| parent | fix copyright year (diff) | |
| download | xssbook2-main.tar.gz xssbook2-main.tar.bz2 xssbook2-main.zip | |
Diffstat (limited to '')
| -rw-r--r-- | src/web/lib/_base.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/web/lib/_base.php b/src/web/lib/_base.php index 790bac9..d785e62 100644 --- a/src/web/lib/_base.php +++ b/src/web/lib/_base.php @@ -31,15 +31,6 @@ trait XSS_Base { } /** - * Formats a ISO date - * @param $iso_date the ISO date - */ - public function format_date(string $iso_date): string - { - return date("Y-m-d D H:i", strtotime($iso_date)); - } - - /** * Loads a STRING from $_GET, or returns $default on failure */ public function get_string(string $key, ?string $default = NULL): ?string { |