芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/app/Http/Controllers/V1/CheckVersionController.php
user()) || (! $request->user()->isOwner())) { return response()->json([ 'success' => false, 'message' => 'You are not allowed to update this app.', ], 401); } set_time_limit(600); // 10 minutes $channel = $request->get('channel', 'stable'); $response = Updater::checkForUpdate(Setting::getSetting('version'), $channel); return response()->json($response); } }