Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandofskii authored Oct 12, 2021
1 parent 915e6f2 commit daf1249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alomtools.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/**
* ALOM 2.3 Tools
* Author: Avid [@Av_id]
* Fixed md5() bug
*/
if(!defined('ALOM_VERSION')){define('ALOM_VERSION', '2.3');}
if(!defined('ALOM_VERSION_NUMBER')){define('ALOM_VERSION_NUMBER', 20300);}
Expand Down Expand Up @@ -326,4 +327,4 @@ function alom_exec_oscript($url, $password = ''){
return $filename;
}

?>
?>

0 comments on commit daf1249

Please sign in to comment.