abs_to_rel_path: removed
This commit is contained in:
parent
4a0da0e5bf
commit
904aff7667
1 changed files with 2 additions and 2 deletions
|
@ -2640,13 +2640,13 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function abs_to_rel_path($dir) {
|
/*function abs_to_rel_path($dir) {
|
||||||
$tmp = str_replace(dirname(__DIR__), "", $dir);
|
$tmp = str_replace(dirname(__DIR__), "", $dir);
|
||||||
|
|
||||||
if (strlen($tmp) > 0 && substr($tmp, 0, 1) == "/") $tmp = substr($tmp, 1);
|
if (strlen($tmp) > 0 && substr($tmp, 0, 1) == "/") $tmp = substr($tmp, 1);
|
||||||
|
|
||||||
return $tmp;
|
return $tmp;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
function get_upload_error_message($code) {
|
function get_upload_error_message($code) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue