diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/jw_player/flvVideo.php | 1 | ||||
| -rw-r--r-- | js/jw_player/wmvVideo.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/js/jw_player/flvVideo.php b/js/jw_player/flvVideo.php index 5ce109e8f3..db6c6c4e39 100644 --- a/js/jw_player/flvVideo.php +++ b/js/jw_player/flvVideo.php @@ -43,7 +43,6 @@ <?php
global $pid, $GEDCOM ;
global $flvVideo;
-// $flvVideo="../../".decrypt(safe_GET('flvVideo'));
$flvVideo=$_GET['flvVideo'];
$preview="";
// echo "<font color=white>".$flvVideo."</font>";
diff --git a/js/jw_player/wmvVideo.php b/js/jw_player/wmvVideo.php index 0a815522bb..2ba3400609 100644 --- a/js/jw_player/wmvVideo.php +++ b/js/jw_player/wmvVideo.php @@ -44,7 +44,6 @@ <?php
global $pid, $GEDCOM ;
global $wmvVideo;
-// $wmvVideo=decrypt(safe_GET('wmvVideo'));
$wmvVideo=$_GET['wmvVideo'];
?>
|
