From b585fe912ec036bbbe7980f0e20ac349878104bc Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 9 Mar 2014 01:51:39 +0100 Subject: [PATCH] enable 4chan api by default. it bears some extra CPU time with it, but giving API to the users by default is the way to go. --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 6c7247b4..46ff8e8b 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1464,7 +1464,7 @@ // Whether or not to enable the 4chan-compatible API, disabled by default. See // https://github.com/4chan/4chan-API for API specification. - $config['api']['enabled'] = false; + $config['api']['enabled'] = true; // Extra fields in to be shown in the array that are not in the 4chan-API. You can get these by taking a // look at the schema for posts_ tables. The array should be formatted as $db_column => $translated_name.