Skip to content

Commit

Permalink
fix double //
Browse files Browse the repository at this point in the history
  • Loading branch information
Colinax committed Apr 24, 2021
1 parent 96c9c60 commit 8aa1cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wbce/modules/elfinder/ef/php/connector.wbce.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ function access($attr, $path, $data, $volume, $isDir, $relpath)
array(
'alias' => "Home (" . $_SESSION['HOME_FOLDER'] . ")",
'driver' => 'LocalFileSystem',
'path' => WB_PATH . '/media/' . $_SESSION['HOME_FOLDER'],
'URL' => WB_URL . '/media/' . $_SESSION['HOME_FOLDER'],
'path' => WB_PATH . '/media' . $_SESSION['HOME_FOLDER'],
'URL' => WB_URL . '/media' . $_SESSION['HOME_FOLDER'],
'quarantine' => WB_PATH . '/var/modules/elfinder/.quarantine',
'tmbPath' => WB_PATH . '/var/modules/elfinder/.tmb',
'tmbURL' => WB_URL . '/var/modules/elfinder/.tmb',
Expand Down

0 comments on commit 8aa1cf1

Please sign in to comment.