mirror of
https://github.com/eapl-gemugami/gemini-php.git
synced 2025-02-01 01:24:14 +00:00
Remove unused method
This commit is contained in:
parent
059c9c992f
commit
1dc8578532
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user