Remove unused method

This commit is contained in:
seven 2020-09-29 00:10:14 +01:00
parent 059c9c992f
commit 1dc8578532

View File

@ -49,12 +49,6 @@ class Gemini {
return $dirs; return $dirs;
} }
function get_host_url($host) {
if(empty($host))
return 'default';
}
function get_status_code($filepath) { function get_status_code($filepath) {
if(is_file($filepath) and file_exists($filepath)) if(is_file($filepath) and file_exists($filepath))
return "20"; return "20";