Ignore:
Timestamp:
Nov 26, 2010, 10:00:08 AM (13 years ago)
Author:
cljosse
Message:

[cl_conflit] create

File:
1 edited

Legend:

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

    r7880 r7882  
    33Plugin Name: cl_conflit
    44Version: 1.0.0
    5 Description: gere les conflits
    6 Plugin URI: http://piwigo.org/ext/extension_view.php?
     5Description: gestion des conflits entre jQuery et les autres librairies
     6Plugin URI: http://piwigo.org/ext/extension_view.php?eid=474
    77Author: cljosse
    88Author URI:http://cljosse.free.fr
    99*/
    10 /*| Ajoute l' option validation de l'autotaille en fonction du statut */
     10
    1111if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1212if (!defined('CONFLIT_PATH'))
     
    5151            if (is_numeric($extension)) $plugin['extension'] = $extension;
    5252          }
    53           // IMPORTANT SECURITY !
     53           
    5454          $plugin = array_map('htmlspecialchars', $plugin);
    5555                  $cl_version = $plugin;
Note: See TracChangeset for help on using the changeset viewer.