Browse Source

Remove unused method

master
seven 4 years ago
parent
commit
1dc8578532
  1. 6
      gemini.class.php

6
gemini.class.php

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

Loading…
Cancel
Save