From 9471faab6c00b48b901ecb75113d34a934844bf4 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Fri, 2 May 2008 19:38:53 +0200 Subject: issue118, first code for friendly looking URLs and new config-option $user_friendly_url Signed-off-by: Andreas Unterkircher --- rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc.php') diff --git a/rpc.php b/rpc.php index bdb6206..5ff334e 100644 --- a/rpc.php +++ b/rpc.php @@ -65,7 +65,7 @@ class PHPFSPOT_RPC { switch($action) { case 'showphoto': if(isset($_GET['id']) && is_numeric($_GET['id'])) { - $phpfspot->showPhoto($_GET['id']); + print $phpfspot->showPhoto($_GET['id']); } break; -- cgit v1.2.3-18-g5258