From c189a60b49abdbf2297ff214349fc39f5addbcba Mon Sep 17 00:00:00 2001 From: Andreas Moik Date: Fri, 30 Oct 2015 11:54:53 +0100 Subject: [PATCH] =?UTF-8?q?Beispielconfig=20f=C3=BCr=20den=20PhantomJS=20S?= =?UTF-8?q?erver?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/global.config-default.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/global.config-default.inc.php b/config/global.config-default.inc.php index 69d1ebfcf..a5e0125a2 100644 --- a/config/global.config-default.inc.php +++ b/config/global.config-default.inc.php @@ -191,4 +191,8 @@ define('KOLLISIONSFREIE_USER',serialize(array('_DummyLektor'))); // Soll der Lageplan am Infoterminal angezeigt werden (true|false) define('CIS_INFOSCREEN_LAGEPLAN_ANZEIGEN', true); + + +//PHANTOM +define('PHANTOM_SERVER','http://phantomjs.example.com:3003'); ?>