mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 10:51:38 +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
|
// Include PEAR::Console_Getopt
|
||||||
require_once 'Console/Getopt.php';
|
require_once dirname(__DIR__).'/vendor/autoload.php';
|
||||||
|
|
||||||
// Define exit codes for errors
|
// Define exit codes for errors
|
||||||
define('HEADER_NOT_FOUND',9);
|
define('HEADER_NOT_FOUND',9);
|
||||||
|
Loading…
Reference in New Issue
Block a user