Skip to content

Commit

Permalink
removed encoding type.
Browse files Browse the repository at this point in the history
needed to update the $coding variable in order for the rest of the system to know it is the source code version.
  • Loading branch information
jeffdodge committed Aug 4, 2022
1 parent 892c13b commit e470f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/functions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
************************************************************************/
$name = "exoGameCtl";
$vernum = "2.0.7";
$coding = "i"; // s/i/z (sg/ion/zend)
$coding = ""; // s/i/z (sg/ion/zend)

$version = $vernum . $coding;
$product = $name . " " . $version;
Expand Down

0 comments on commit e470f47

Please sign in to comment.