From: <ara...@us...> - 2007-03-11 17:14:06
|
Revision: 100 http://svn.sourceforge.net/easybox-mod/?rev=100&view=rev Author: aragornis Date: 2007-03-11 10:14:03 -0700 (Sun, 11 Mar 2007) Log Message: ----------- Modified Paths: -------------- trunk/_framework/demarrage.php trunk/_framework/framework.php Modified: trunk/_framework/demarrage.php =================================================================== --- trunk/_framework/demarrage.php 2007-03-11 12:31:55 UTC (rev 99) +++ trunk/_framework/demarrage.php 2007-03-11 17:14:03 UTC (rev 100) @@ -54,11 +54,7 @@ switch($etape){ case 1: - if($vers_fbx<=4){ - $META['service'] = 'ts://127.0.0.1'; - $META['display_aspect_ratio_conversion'] = 'letterbox'; - } - + list_templates(); function RemoveDir($dir) { if(!$dh = @opendir($dir)) return; Modified: trunk/_framework/framework.php =================================================================== --- trunk/_framework/framework.php 2007-03-11 12:31:55 UTC (rev 99) +++ trunk/_framework/framework.php 2007-03-11 17:14:03 UTC (rev 100) @@ -4,6 +4,11 @@ echo'<center><br> <br> <br>Vlc n\'est pas lanc\xE9 ou il n\'\xE9coute pas le port 8081</center>'; } + if($vers_fbx<=4){ + $META['service'] = 'ts://127.0.0.1'; + $META['display_aspect_ratio_conversion'] = 'letterbox'; + } + setlocale(LC_TIME, "fr"); $vers_fbx = $_SERVER["HTTP_USER_AGENT"]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |