mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2024-12-22 17:42:40 +00:00
Merge branch 'master' of github.com:alopexc0de/GAMA-Site
This commit is contained in:
commit
64ef722a70
@ -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;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user