Remove unused method
authorseven <seven@cygni>
Mon, 28 Sep 2020 23:10:14 +0000 (00:10 +0100)
committerseven <seven@cygni>
Mon, 28 Sep 2020 23:10:14 +0000 (00:10 +0100)
gemini.class.php

index f055052..fe8b5fb 100644 (file)
@@ -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";