mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2025-10-09 18:48:36 +00:00
Corrected typo in function get_ext()
This commit is contained in:
@@ -23,7 +23,7 @@ function cln_file_name($string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function get_ext($name) {
|
function get_ext($name) {
|
||||||
$name = substr(strrchr($key, "."), 1);
|
$name = substr(strrchr($name, "."), 1);
|
||||||
return $name;
|
return $name;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user