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