Fixed issue 198, error when trying to use git opertaions: Need SSH_ORIGINAL_COMMAND.

dev
Loic d'Anterroches 2009-04-19 14:44:56 +02:00
parent b94934eafb
commit 2b8743727a
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ set_include_path(get_include_path()
require 'Pluf.php';
Pluf::start(dirname(__FILE__).'/../src/IDF/conf/idf.php');
Pluf_Dispatcher::loadControllers(Pluf::f('idf_views'));
IDF_Plugin_SyncGit_Serve::main($argv, $_ENV);
IDF_Plugin_SyncGit_Serve::main($argv, array_merge($_SERVER, $_ENV));