Ignore:
Timestamp:
Oct 4, 2009, 3:35:30 PM (14 years ago)
Author:
vdigital
Message:

[Charlies_content] 2.0.e (Called ngoc version)
buffermessage correction for flv (One in upper left corner)
The lumenation bypass is maintain (but no longer needed with recent Piwigo versions)
Even getID3 v2.0.0-b5 is available because not tested (getID3 v2.0.0-b4 is maintain)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/charlies_content/charlies.inc.php

    r3341 r3974  
    3232  if (isset($conf['NO_https']) and $conf['NO_https'] and strncasecmp($url, 'https://', 8) == 0 )
    3333          $url = 'http://' . substr($url, 8);
    34                
     34
    3535        if (!isset($conf['video_default_width']))       $conf['video_default_width'] = $charlie['video_default_width'];
    3636        if (!isset($conf['video_default_height']))      $conf['video_default_height'] = $charlie['video_default_height'];
Note: See TracChangeset for help on using the changeset viewer.