From: Andrew Dolgov Date: Thu, 4 May 2017 12:28:21 +0000 (+0300) Subject: abs_to_rel_path: removed X-Git-Tag: 17.12~203 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=904aff76671cd1c806546014992bab34fec12dd8;p=tt-rss.git abs_to_rel_path: removed --- diff --git a/include/functions.php b/include/functions.php index 30d92d09..2f9a5565 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2640,13 +2640,13 @@ } - 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) {