Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
metrothemes.me
/
wp-content
/
plugins
/
wp-file-manager
/
lib
/
php
/
File Content:
elFinderSessionInterface.php
<?php /** * elFinder - file manager for web. * Session Wrapper Interface. * * @package elfinder * @author Naoki Sawada **/ interface elFinderSessionInterface { /** * Session start * * @return self **/ public function start(); /** * Session write & close * * @return self **/ public function close(); /** * Get session data * This method must be equipped with an automatic start / close. * * @param string $key Target key * @param mixed $empty Return value of if session target key does not exist * * @return mixed **/ public function get($key, $empty = ''); /** * Set session data * This method must be equipped with an automatic start / close. * * @param string $key Target key * @param mixed $data Value * * @return self **/ public function set($key, $data); /** * Get session data * * @param string $key Target key * * @return self **/ public function remove($key); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
editors
---
0755
flycache
---
0755
libs
---
0755
plugins
---
0755
resources
---
0755
autoload.php
2680 bytes
0644
elFinder.class.php
188084 bytes
0644
elFinderConnector.class.php
12774 bytes
0644
elFinderFlysystemGoogleDriveNetmount.php
15187 bytes
0644
elFinderPlugin.php
3331 bytes
0644
elFinderSession.php
8764 bytes
0644
elFinderSessionInterface.php
1094 bytes
0644
elFinderVolumeBox.class.php
61772 bytes
0644
elFinderVolumeDriver.class.php
263137 bytes
0644
elFinderVolumeDropbox2.class.php
47412 bytes
0644
elFinderVolumeFTP.class.php
58552 bytes
0644
elFinderVolumeGoogleDrive.class.php
71259 bytes
0644
elFinderVolumeGroup.class.php
5371 bytes
0644
elFinderVolumeLocalFileSystem.class.php
48374 bytes
0644
elFinderVolumeMySQL.class.php
30439 bytes
0644
elFinderVolumeOneDrive.class.php
67254 bytes
0644
elFinderVolumeSFTPphpseclib.class.php
27364 bytes
0644
elFinderVolumeTrash.class.php
1583 bytes
0644
elFinderVolumeTrashMySQL.class.php
1576 bytes
0644
mime.types
24863 bytes
0644
N4ST4R_ID | Naxtarrr