mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 15:30:25 +01:00
* ImportExport: fix error in importexport_cli.php (Console/Getopt.php not found)
This commit is contained in:
parent
e4ee323b5e
commit
601cf51b7f
@ -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