Ignore:
Timestamp:
May 24, 2009, 9:33:51 AM (15 years ago)
Author:
vdigital
Message:

+ 2.0.d (Called lumenation bypass)some url were generated in https

File:
1 edited

Legend:

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

    r3320 r3341  
    11<?php /*
    22Plugin Name: Charlies content
    3 Version: 2.0.c
     3Version: 2.0.d
    44Description: Charlies content is a global solution for none picture files.
    55Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=119
     
    2121
    2222/** History ***************
     23  2009-05-24 2.0.d (Called lumenation bypass)
     24                   some url were generated with https://
    2325  2009-04-13 2.0.c
    2426                   Flipflip proposal to exclude GETID3 for some extends
     
    5557define('CHARLIES_DIR' , basename(dirname(__FILE__)));
    5658define('CHARLIES_PATH' , PHPWG_PLUGINS_PATH . CHARLIES_DIR . '/');
    57 define('CHARLIES_VER' , '2.0.c');
     59define('CHARLIES_VER' , '2.0.d');
    5860$x = @file_get_contents( $conf['local_data_dir'].'/plugins/'.basename(dirname(__FILE__)).'.dat');
    5961if ($x!==false) $charlie = unserialize($x);
Note: See TracChangeset for help on using the changeset viewer.