我正在尝试添加http://elfinder.org,这是网上最专业的php文件管理器,我已将文件上传到子文件夹http://example.com/admin,但连接器无法正常工作
$opts = array(
// 'debug' => true,
'roots' => array(
array(
'driver' => 'LocalFileSystem', // driver for accessing file system (REQUIRED)
'path' => '../files/', // path to files (REQUIRED)
'URL' => dirname($_SERVER['PHP_SELF']) . '/../files/', // URL to files (REQUIRED)
'accessControl' => 'access' // disable and hide dot starting files (OPTIONAL)
)
)
);
在我的网络主机面板中,这是我帐户的地址 的 / DNS /英寸/奥林普/ moderactif
但我真的无法设置正确的路径
你能帮助我吗?