no reason to strip tags at this point
This commit is contained in:
parent
7af76e36e1
commit
c0e86489c9
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ require_once('apps/files_versions/versions.php');
|
|||
|
||||
$userDirectory = "/".OCP\USER::getUser()."/files";
|
||||
$source = $_GET['source'];
|
||||
$source = strip_tags( $source );
|
||||
|
||||
if( OCA_Versions\Storage::isversioned( $source ) ) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue