summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-04 15:28:21 +0300
committerAndrew Dolgov <[email protected]>2017-05-04 15:28:21 +0300
commit904aff76671cd1c806546014992bab34fec12dd8 (patch)
tree5dc0c4d4c494dc393551edefce463c3f758cd6de /include
parent4a0da0e5bf06e91cd3d461c98d54a0723ed0529c (diff)
abs_to_rel_path: removed
Diffstat (limited to 'include')
-rw-r--r--include/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index 30d92d091..2f9a55654 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) {