X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=encode.php;h=d37d1fa561b137e842093357f9484769a5d124c8;hb=9a2257958f77e293a6f49d741405521f02855896;hp=24a150dbc4251b4c1645168651b2f6433a76e507;hpb=bdcec472dcd1e9fc6ff9df137f838f1f3124ec9c;p=wfpl.git diff --git a/encode.php b/encode.php index 24a150d..d37d1fa 100644 --- a/encode.php +++ b/encode.php @@ -125,54 +125,45 @@ function enc_upper($str) { return strtoupper($str); } -function enc_ddmmyyyyhhmm($seconds) { - return date('m/d/Y g:ia', (int)$seconds); -} - - -# display