Submit
Path:
~
/
/
proc
/
self
/
root
/
proc
/
self
/
root
/
proc
/
thread-self
/
root
/
opt
/
cpguard
/
app
/
vendor
/
afosto
/
yaac
/
src
/
Data
/
File Content:
File.php
<?php namespace Afosto\Acme\Data; class File { /** * @var string */ protected $filename; /** * @var string */ protected $contents; /** * File constructor. * @param string $filename * @param string $contents */ public function __construct(string $filename, string $contents) { $this->contents = $contents; $this->filename = $filename; } /** * Return the filename for HTTP validation * @return string */ public function getFilename(): string { return $this->filename; } /** * Return the file contents for HTTP validation * @return string */ public function getContents(): string { return $this->contents; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
Account.php
1602 bytes
0644
Authorization.php
2944 bytes
0644
Certificate.php
2001 bytes
0644
Challenge.php
1630 bytes
0644
File.php
780 bytes
0644
Order.php
2799 bytes
0644
Record.php
739 bytes
0644
N4ST4R_ID | Naxtarrr