Skip to content

Commit

Permalink
Bump version to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
CelliesProjects committed Feb 18, 2020
1 parent ce6afd3 commit 3ce244e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
//error_reporting(E_ALL);
$showBitrate=true; //set to true to show bitrate,and install 'exiftool',check the README.md
$versionString="v1.0.0";
$versionString="v1.0.1";
if(isset($_GET["folder"])){
$path=rawurldecode($_GET["folder"]);
if(strpos($path,"..")!==false)die();//no folder traversing
Expand Down

0 comments on commit 3ce244e

Please sign in to comment.