Skip to content
Permalink
Browse files Browse the repository at this point in the history
Commit with security and bug fixes
  • Loading branch information
openSISAdmin committed May 14, 2021
1 parent 23dd750 commit f78407d
Show file tree
Hide file tree
Showing 902 changed files with 77,507 additions and 3,150 deletions.
6 changes: 3 additions & 3 deletions AuthCryp.php
Expand Up @@ -81,7 +81,7 @@ function dataCreator($char = '', $type = '')
"n" => "Z",
"o" => "W",
"p" => "J",
"q" => "Z",
"q" => "V",
"r" => "A",
"s" => "U",
"t" => "E",
Expand Down Expand Up @@ -122,7 +122,7 @@ function dataCreator($char = '', $type = '')
"Z" => "n",
"W" => "o",
"J" => "p",
"Z" => "q",
"V" => "q",
"A" => "r",
"U" => "s",
"E" => "t",
Expand Down Expand Up @@ -286,4 +286,4 @@ function cryptor($word = '', $type = '', $call = '')
}
}

?>
?>

0 comments on commit f78407d

Please sign in to comment.