summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-23 19:08:01 +0100
committerAndrew Dolgov <[email protected]>2005-11-23 19:08:01 +0100
commitcce28758b293bffa184f0617083691285a197032 (patch)
tree170c8b169df2e22b78389c31d66855c5db335a4c /config.php-dist
parent721064e1a2c463f151751e4f0dad0779077445b2 (diff)
debug request variable sets error_reporting to E_ALL
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist22
1 files changed, 11 insertions, 11 deletions
diff --git a/config.php-dist b/config.php-dist
index 8212184c5..68c35ff44 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -2,29 +2,29 @@
// Your RDBMS must be configured to accept connections
// via TCP/IP and authentified by password.
- define(DB_TYPE, "pgsql"); // or mysql
- define(DB_HOST, "localhost");
- define(DB_USER, "fox");
- define(DB_NAME, "fox");
- define(DB_PASS, "XXXXXX");
+ define('DB_TYPE', "pgsql"); // or mysql
+ define('DB_HOST', "localhost");
+ define('DB_USER', "fox");
+ define('DB_NAME', "fox");
+ define('DB_PASS', "XXXXXX");
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
// Local cache directory for RSS feeds
- define(WEB_DEMO_MODE, false);
+ define('WEB_DEMO_MODE', false);
// Demo mode with reduced functionality.
- define(ICONS_DIR, "icons");
- define(ICONS_URL, "icons");
+ define('ICONS_DIR', "icons");
+ define('ICONS_URL', "icons");
- define(USE_HTTP_AUTH, false);
+ define('USE_HTTP_AUTH', false);
// Use HTTP Basic authentication instead of login form. Has some problems.
- define(SINGLE_USER_MODE, true);
+ define('SINGLE_USER_MODE', true);
// Operate in single user mode, disables all functionality related to
// multiple users.
- define(DAEMON_REFRESH_ONLY, false);
+ define('DAEMON_REFRESH_ONLY', false);
// updates to all feeds will only run when the backend script is
// invoked with a "daemon" option on the URI stem. This is useful when you
// are hosting multi-user system and want to control how often