From 4d557a13c27b113e64bf64087a8bfa63cd3ad234 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 16 Dec 2009 15:06:59 +0300 Subject: api: add getPref --- api/index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'api') diff --git a/api/index.php b/api/index.php index be2661285..fd22f4b8b 100644 --- a/api/index.php +++ b/api/index.php @@ -344,7 +344,11 @@ print json_encode($config); + break; + case "getPref": + $pref_name = db_escape_string($_REQUEST["pref_name"]); + print json_encode(array("value" => get_pref($link, $pref_name))); break; } -- cgit v1.2.3