From: Alan J. Pippin Date: Sun, 4 Jan 2009 21:05:38 +0000 (-0700) Subject: Fixed paths to match more common linux distros X-Git-Tag: release_0_4_0~8 X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=commitdiff_plain;ds=sidebyside;h=b5f7d1472a512943275404284060ec05c8fd47e2;p=eq%2F.git Fixed paths to match more common linux distros --- 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.