mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 02:09:59 +01:00
added autoloading to filemanager/cli.php
This commit is contained in:
parent
0445aff4c8
commit
4e615f0783
@ -16,6 +16,8 @@
|
||||
use EGroupware\Api;
|
||||
use EGroupware\Api\Vfs;
|
||||
|
||||
require_once(__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'api' . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR . 'autoload.php');
|
||||
|
||||
chdir(dirname(__FILE__)); // to enable our relative pathes to work
|
||||
|
||||
error_reporting(error_reporting() & ~E_NOTICE & ~E_DEPRECATED);
|
||||
|
Loading…
Reference in New Issue
Block a user