X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=rpc.php;fp=rpc.php;h=f4a93ce6eb728a8232616ec6584a558e762cb19b;hp=e2da768fc80751de41417aa854f953d66de4d9c9;hb=89f78a74b9e4633e92eaf7a47da8b5242edc38e0;hpb=ca733ba231fa3da5dc9c6eb0d80eca175c7afe5e diff --git a/rpc.php b/rpc.php index e2da768..f4a93ce 100644 --- a/rpc.php +++ b/rpc.php @@ -117,7 +117,7 @@ class PHPFSPOT_RPC { if(isset($_GET['last_photo']) && is_numeric($_GET['last_photo'])) $_SESSION['last_photo'] = $_GET['last_photo']; - return $phpfspot->showPhotoIndex(); + print $phpfspot->showPhotoIndex(); break; case 'showcredits':