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; use Illuminate\Contracts\Database\Query\Expression as ExpressionContract; use Illuminate\Database\Grammar; class Expression implements ExpressionContract { /** * The value of the expression. * * @var string|int|float */ protected $value; /** * Create a new raw query expression. * * @param string|int|float $value * @return void */ public function __construct($value) { $this->value = $value; } /** * Get the value of the expression. * * @param \Illuminate\Database\Grammar $grammar * @return string|int|float */ public function getValue(Grammar $grammar) { return $this->value; } }
<=Back
Liking