Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybe edited - autoload.php ? #2672

Closed
johnfort opened this issue Sep 22, 2018 · 2 comments
Closed

Maybe edited - autoload.php ? #2672

johnfort opened this issue Sep 22, 2018 · 2 comments
Assignees

Comments

@johnfort
Copy link

'elFinderVolumeGoogleDrive' => ELFINDER_PHP_ROOT_PATH . '/elFinderVolumeGoogleDrive.class.php', 'elFinderVolumeGroup' => ELFINDER_PHP_ROOT_PATH . '/elFinderVolumeGroup.class.php', 'elFinderVolumeLocalFileSystem' => ELFINDER_PHP_ROOT_PATH . '/elFinderVolumeLocalFileSystem.class.php', 'elFinderVolumeMySQL' => ELFINDER_PHP_ROOT_PATH . '/elFinderVolumeMySQL.class.php', 'elFinderVolumeTrash' => ELFINDER_PHP_ROOT_PATH . '/elFinderVolumeTrash.class.php', ); if (isset($map[$name])) { return include_once($map[$name]); }
as
'elFinderVolumeGoogleDrive' => 'elFinderVolumeGoogleDrive.class.php', 'elFinderVolumeGroup' => 'elFinderVolumeGroup.class.php', 'elFinderVolumeLocalFileSystem' => 'elFinderVolumeLocalFileSystem.class.php', 'elFinderVolumeMySQL' => 'elFinderVolumeMySQL.class.php', 'elFinderVolumeTrash' => 'elFinderVolumeTrash.class.php', ); if (isset($map[$name])) { return include_once(ELFINDER_PHP_ROOT_PATH . '/' . $map[$name]); }

@johnfort
Copy link
Author

p.s. for a smaller file size

@nao-pon
Copy link
Member

nao-pon commented Sep 22, 2018

@fortcms Yes, you are right! I will fix this. Thanks! 👍

@nao-pon nao-pon self-assigned this Sep 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants