From b5f7d1472a512943275404284060ec05c8fd47e2 Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" Date: Sun, 4 Jan 2009 14:05:38 -0700 Subject: [PATCH 1/1] Fixed paths to match more common linux distros --- setup/db_config | 2 +- setup/eq_config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/db_config b/setup/db_config index b6d6cb3..485df6c 100644 --- a/setup/db_config +++ b/setup/db_config @@ -6,7 +6,7 @@ ################################################################################ $dbname = "phpgroupware"; -$dbhost = "192.168.0.2"; # This can be an IP address or name +$dbhost = "192.168.0.4"; # This can be an IP address or name $dbport = 3306; $dbuser = "phpgroupware"; # This may require an additional '\@localhost' $dbpass = "phpgroupware"; diff --git a/setup/eq_config b/setup/eq_config index 54b8d4a..ac79e27 100644 --- a/setup/eq_config +++ b/setup/eq_config @@ -12,10 +12,10 @@ $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"; +$this->application_path = "/usr/share/phpgroupware/eq"; // The full path to the unzip application -$this->unzip_path = "/usr/local/bin/unzip"; +$this->unzip_path = "/usr/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. -- 2.34.1