JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added new_readable_password()
[wfpl.git] / misc.php
index 1737a86..857f6db 100644 (file)
--- a/misc.php
+++ b/misc.php
@@ -67,15 +67,12 @@ function exec_pipe($command, $stdin) {
 }
 
 
-
-
-
-
 function unix_newlines($str) {
        $str = str_replace("\r\n", "\n", $str);
        return str_replace("\r", "\n", $str);
 }
 
+
 # return current year (all 4 digits)
 function this_year() {
        return strftime('%Y');