Skip to content

Commit c72041a

Browse files
authored
Update phppld.php
1 parent dd83a58 commit c72041a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phppld.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @brief PHP-PLD
44
* @date 2020-11-07
55
* @version 1.0
6-
* @author Tobias Mädel (@manawyrm) <[email protected]>
6+
* @author Manawyrm
77
*/
88

99
$optionIndex = false;
@@ -63,7 +63,7 @@
6363
function print_usage()
6464
{
6565
error_log("PHP-PLD v0.1");
66-
error_log("Written by Tobias Mädel (@manawyrm)");
66+
error_log("Written by Manawyrm");
6767
error_log("");
6868
error_log("Usage: php phppld.php <input file>");
6969
error_log(" -i <number of input bits> (required)");
@@ -153,4 +153,4 @@ function integer_to_array($int, $length)
153153
$output[$i] = ($bits[$i] == "1") ? true : false;
154154
}
155155
return $output;
156-
}
156+
}

0 commit comments

Comments
 (0)