]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
abs_to_rel_path: removed
[tt-rss.git] / include / functions.php
index 30d92d091a66e381afea854ed0f1a4892d96dec6..2f9a55654c1a28b5e584f620bea5abbfe1a2ca09 100644 (file)
 
        }
 
-       function abs_to_rel_path($dir) {
+       /*function abs_to_rel_path($dir) {
                $tmp = str_replace(dirname(__DIR__), "", $dir);
 
                if (strlen($tmp) > 0 && substr($tmp, 0, 1) == "/") $tmp = substr($tmp, 1);
 
                return $tmp;
-       }
+       }*/
 
        function get_upload_error_message($code) {