From 273a2f6b43aae0c8a8ed0cfce767ddeedd26106d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 Nov 2005 08:04:41 +0100 Subject: schema updates, ICONS_DIR/ICONS_URL moved to config.php --- config.php-dist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 9cea364dd..3af61c32f 100644 --- a/config.php-dist +++ b/config.php-dist @@ -13,6 +13,8 @@ define(WEB_DEMO_MODE, false); + define(ICONS_DIR, "icons"); + define(ICONS_URL, "icons"); define(USE_HTTP_AUTH, false); // use HTTP Basic authentication -- cgit v1.2.3-54-g00ecf