From: Raphaël Barrois Date: Sat, 4 Jun 2011 21:37:06 +0000 (+0200) Subject: Enable the 'wspta' module and default settings. X-Git-Tag: xorg/1.1.3~31 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=8429b76b6af3586ea1801ec7e0bce7bc385b9b3f;p=platal.git Enable the 'wspta' module and default settings. Signed-off-by: Raphaël Barrois --- diff --git a/classes/xorg.php b/classes/xorg.php index ec7aee9..cec21a6 100644 --- a/classes/xorg.php +++ b/classes/xorg.php @@ -28,7 +28,8 @@ class Xorg extends Platal 'profile', 'register', 'search', 'stats', 'admin', 'newsletter', 'axletter', 'epletter', 'bandeau', 'survey', 'fusionax', 'gadgets', 'googleapps', 'poison', - 'openid', 'reminder', 'api', 'urlshortener', 'deltaten', 'geoloc'); + 'openid', 'reminder', 'api', 'urlshortener', 'deltaten', + 'geoloc', 'ptawebservice'); } public function find_hook() diff --git a/configs/platal.ini b/configs/platal.ini index 658f728..95ba757 100644 --- a/configs/platal.ini +++ b/configs/platal.ini @@ -467,6 +467,14 @@ payed_list = "" event_lists = "" +; The PTA section contains parameters about the 'RSPTA' webservice +[PTA] + +; $globals->pta->max_result_per_query +; Maximum number of results returned in an API response. +max_result_per_query = 10; + + ; The merge section contains parameters about the merge's state. [Merge]