X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=rpc.php;h=ad80ca5eedcf2d4f7d8a66aab20b4e2c5315b858;hp=4bb297331abbad7bff7d38a9e2c66704f8788743;hb=685f62c6b608d768fcdc516ac210509b22b44b5a;hpb=d9ee4599c943bf674f180a5fab849ec256658a41 diff --git a/rpc.php b/rpc.php index 4bb2973..ad80ca5 100644 --- a/rpc.php +++ b/rpc.php @@ -99,6 +99,9 @@ class PHPFSPOT_RPC { else { unset($_SESSION['begin_with']); } + if(isset($_GET['last_photo']) && is_numeric($_GET['last_photo'])) + $_SESSION['last_photo'] = $_GET['last_photo']; + $fspot->showPhotoIndex(); break;