From 1890e5c5df9e4c982c7ac2092e372fcf2c2bdbec Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Mon, 31 Jan 2011 13:38:50 +0000 Subject: [PATCH] =?UTF-8?q?App=20Root=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/wawi.config-default.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/wawi.config-default.inc.php b/config/wawi.config-default.inc.php index 59594c039..6ceee66c0 100644 --- a/config/wawi.config-default.inc.php +++ b/config/wawi.config-default.inc.php @@ -19,6 +19,9 @@ define("CONN_STRING_WAWI","host=localhost port=5432 dbname=wawi user=user password=password"); + define('SERVER_ROOT','http://calva.technikum-wien.at'); + define('APP_ROOT','http://calva.technikum-wien.at/burkhart/fhcomplete/trunk/'); + // Externe Funktionen - Unterordner im Include-Verzeichnis define('EXT_FKT_PATH','tw');