Update security.php

This commit is contained in:
Namhyeon Go 2018-03-19 02:34:07 +09:00 committed by GitHub
parent c030fe1fba
commit 7735412d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -517,5 +517,11 @@ if(!function_exists("get_generated_name")) {
}
}
if(!function_exists("get_formatted_number")) {
function get_formatted_number($value) {
return number_format(floatval($value));
}
}
// start session (enable $_SESSION)
session_start();