8000 Checking absolute path · Issue #62 · jrbasso/MeioUpload · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Checking absolute path #62
Open
Open
@riotera

Description

@riotera

To check absolute path (ex: c:, /, //) the _createFolders method (line 1123) has to be changed in:

function _createFolders($dir, $thumbsizes) {

            $folder = new Folder();
    if (!$folder->isAbsolute($dir)) {
        $dir = WWW_ROOT . $dir;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0