403Webshell
Server IP : 175.110.121.100  /  Your IP : 10.10.10.2
Web Server : Apache/2
System : Linux webserver 6.12.0-211.34.1.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 15 07:56:02 EDT 2026 x86_64
User : webadmin ( 1000)
PHP Version : 8.3.31
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/webadmin/domains/home.kwakkel.me/heimdall/app/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/webadmin/domains/home.kwakkel.me/heimdall/app/ItemTag.php
<?php

namespace App;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Relations\Pivot;

/**
 * App\ItemTag
 *
 * @property int $item_id
 * @property int $tag_id
 * @property \Illuminate\Support\Carbon|null $created_at
 * @property \Illuminate\Support\Carbon|null $updated_at
 * @method static \Illuminate\Database\Eloquent\Builder|ItemTag newModelQuery()
 * @method static \Illuminate\Database\Eloquent\Builder|ItemTag newQuery()
 * @method static \Illuminate\Database\Eloquent\Builder|ItemTag query()
 * @method static \Illuminate\Database\Eloquent\Builder|ItemTag whereCreatedAt($value)
 * @method static \Illuminate\Database\Eloquent\Builder|ItemTag whereItemId($value)
 * @method static \Illuminate\Database\Eloquent\Builder|ItemTag whereTagId($value)
 * @method static \Illuminate\Database\Eloquent\Builder|ItemTag whereUpdatedAt($value)
 * @mixin \Eloquent
 */
class ItemTag extends Pivot
{
    use HasFactory;
}

Youez - 2016 - github.com/yon3zu
LinuXploit