Added path local variable for unzip and added "update" option to unzip command.
[eq/.git] / setup / eq_config
index 5baf6c6871f9783c7ef78fbd5d5cf8c4e03f4e82..eadd5b49adef1fd547c63d32210c316abd4afbbc 100644 (file)
@@ -14,6 +14,9 @@ $this->upload_target_path = "/home/users/eqpres/eq_data";
 // The full path to the installation location of this module
 $this->application_path = "/usr/local/www/data-dist/phpgroupware/eq";
 
+// The full path to the unzip application
+$this->unzip_path = "/usr/local/bin/unzip";
+
 // Use drop down lists when specifying times in the scheduling tools.
 // If set to 0, free form text fields for the hour and minutes will be used instead.
 // If set to 1, drop down lists will be used for the hour and minute fields