Submit
Path:
~
/
/
usr
/
local
/
sitepad
/
editor
/
site-data
/
plugins
/
speedycache
/
lib
/
PathConverter
/
File Content:
NoConverter.php
<?php namespace SpeedyCache\lib\PathConverter; /** * Don't convert paths. * * Please report bugs on https://github.com/matthiasmullie/path-converter/issues * * @author Matthias Mullie <pathconverter@mullie.eu> * @copyright Copyright (c) 2015, Matthias Mullie. All rights reserved * @license MIT License */ class NoConverter implements ConverterInterface { public function convert($path) { return $path; } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
Converter.php
5791 bytes
0644
ConverterInterface.php
528 bytes
0644
LICENSE
1059 bytes
0644
NoConverter.php
437 bytes
0644
composer.json
937 bytes
0644
ruleset.xml
202 bytes
0644
N4ST4R_ID | Naxtarrr