shell bypass 403

UnknownSec Shell

: /home/anyleson/www/app/Policies/ [ drwxr-xr-x ]

name : CourseForumPolicy.php
<?php

namespace App\Policies;

use App\Models\CourseForum;
use App\User;
use Illuminate\Auth\Access\HandlesAuthorization;

class CourseForumPolicy
{
    use HandlesAuthorization;

    /**
     * Determine whether the user can view any models.
     *
     * @param \App\User $user
     * @return mixed
     */
    public function viewAny(User $user)
    {
        //
    }

    /**
     * Determine whether the user can view the model.
     *
     * @param \App\User $user
     * @param \App\Models\CourseForum $courseForum
     * @return mixed
     */
    public function view(User $user, CourseForum $courseForum)
    {
        //
    }

    /**
     * Determine whether the user can create models.
     *
     * @param \App\User $user
     * @return mixed
     */
    public function create(User $user)
    {
        //
    }

    /**
     * Determine whether the user can update the model.
     *
     * @param \App\User $user
     * @param \App\Models\CourseForum $courseForum
     * @return mixed
     */
    public function update(User $user, CourseForum $courseForum)
    {
        return ($user->id == $courseForum->user_id);
    }

    /**
     * Determine whether the user can delete the model.
     *
     * @param \App\User $user
     * @param \App\Models\CourseForum $courseForum
     * @return mixed
     */
    public function delete(User $user, CourseForum $courseForum)
    {
        //
    }

    /**
     * Determine whether the user can restore the model.
     *
     * @param \App\User $user
     * @param \App\Models\CourseForum $courseForum
     * @return mixed
     */
    public function restore(User $user, CourseForum $courseForum)
    {
        //
    }

    /**
     * Determine whether the user can permanently delete the model.
     *
     * @param \App\User $user
     * @param \App\Models\CourseForum $courseForum
     * @return mixed
     */
    public function forceDelete(User $user, CourseForum $courseForum)
    {
        //
    }

    public function pin(User $user, CourseForum $courseForum)
    {
        return $courseForum->webinar->isOwner($user->id);
    }
}

© 2025 UnknownSec
Installment and Secure Host | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar
Installment and Secure Host

Installment and Secure Host

in Business Strategy
5.00
(1 Ratings)
Created by Jessica Wray

Report course

Please describe about the report short and clearly.

Share

Share course with your friends

Buy with points