From e0045a43e22082e0a47fd57288105a21311e911a Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 19 Aug 2010 04:59:31 -0700 Subject: mongo checkin, global directory, redir rework, location basics --- htconfig.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'htconfig.php') diff --git a/htconfig.php b/htconfig.php index e9c2db350..0c365579c 100644 --- a/htconfig.php +++ b/htconfig.php @@ -30,4 +30,12 @@ $a->config['admin_email'] = ''; // Maximum size of an imported message, 0 is unlimited (but our database 'text' element is limited to 65535). -$a->config['max_import_size'] = 10000; \ No newline at end of file +$a->config['max_import_size'] = 10000; + +// Location of PHP command line processor + +$a->config['php_path'] = 'php'; + +// Location of global directory submission page. + +$a->config['system']['directory_submit_url'] = 'http://dir.dfrn.org/submit'; -- cgit v1.2.3