1

我正在尝试添加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/in/olympe/moderactif的地址

但我真的无法设置正确的路径

你能帮助我吗?

4

0 回答 0