diff --git a/web/app/controllers/image_hosting/index.php b/web/app/controllers/image_hosting/index.php index 20e9e4b..8be56ed 100644 --- a/web/app/controllers/image_hosting/index.php +++ b/web/app/controllers/image_hosting/index.php @@ -335,8 +335,8 @@ $pag_config = [ 'cond' => "uploader = '{$myUser['username']}'", 'tail' => 'order by upload_time desc', ]; -$pag = new Paginator($pag_config); -?> + $pag = new Paginator($pag_config); + ?>

我的图片