Sfoglia il codice sorgente

Remove unused files

jmontoyaa 8 anni fa
parent
commit
ad78547c43

+ 0 - 6
main/inc/lib/flv_player/index.html

@@ -1,6 +0,0 @@
-<html>
-<head>
-</head>
-<body>
-</body>
-</html>

BIN
main/inc/lib/flv_player/player_flv_mini.swf


+ 0 - 6
main/inc/lib/mp3player/index.html

@@ -1,6 +0,0 @@
-<html>
-<head>
-</head>
-<body>
-</body>
-</html>

+ 0 - 25
main/inc/lib/mp3player/is_autostart.as.php

@@ -1,25 +0,0 @@
-<?php
-/* For licensing terms, see /license.txt */
-/**
- * This script is used by the mp3 player to see if it should start 
- * automatically or not
- * @package chamilo.include
- */
-/**
- * Code
- */
-require ('../../global.inc.php');
-switch ($_SESSION['whereami']) {
-
-
-	case 'lp/build' :
-	case 'document/create' :
-	case 'document/edit' :
-		$autostart = 'false';
-	break;
-	default :
-		$autostart = 'true';
-
-}
-echo utf8_encode('autostart='.$autostart);
-?>

BIN
main/inc/lib/mp3player/player_mp3.fla


BIN
main/inc/lib/mp3player/player_mp3.swf


+ 0 - 1
main/inc/lib/mp3player/readme.txt

@@ -1 +0,0 @@
-Where we can find some documentation : http://www.podcastgenerator.net/

+ 0 - 6
main/inc/lib/wami-recorder/index.html

@@ -1,6 +0,0 @@
-<html>
-<head>
-</head>
-<body>
-</body>
-</html>