File "licence_ajouter.php"
Full path: /home/argothem/www/organecyberpresse/plugins/auto/licence/v1.1.0/action/licence_ajouter.php
File size: 463 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/*
* Plugin Licence
* (c) 2007-2012 fanouch
* Distribue sous licence GPL
*
*/
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
function action_licence_ajouter_dist() {
$securiser_action = charger_fonction('securiser_action', 'inc');
if ($id_article = intval($securiser_action())) {
include_spip('action/editer_article');
include_spip('inc/modifier');
$c = ['id_licence' => _request('id_licence')];
revision_article($id_article, $c);
}
}