diff --git a/resources/functions.php b/resources/functions.php index fb39aa90c5..be4ddc726b 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -22,6 +22,7 @@ Contributor(s): Mark J Crane + Luis Daniel Lucio Quiroz */ if (!function_exists('software_version')) { @@ -30,6 +31,12 @@ } } + if (!function_exists('version')) { + function version() { + return software_version(); + } + } + if (!function_exists('check_float')) { function check_float($string) { $string = str_replace(",",".",$string);