mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
* ImportExport: fix error in importexport_cli.php (Console/Getopt.php not found)
This commit is contained in:
parent
28dd877952
commit
9fd4ba1577
@ -33,7 +33,7 @@ if (ini_get('session.save_handler') == 'files' && !is_writable(ini_get('session.
|
||||
}
|
||||
|
||||
// Include PEAR::Console_Getopt
|
||||
require_once 'Console/Getopt.php';
|
||||
require_once dirname(__DIR__).'/vendor/autoload.php';
|
||||
|
||||
// Define exit codes for errors
|
||||
define('HEADER_NOT_FOUND',9);
|
||||
|
Loading…
Reference in New Issue
Block a user