File "verifier_presence_plugins.php"
Full path: /home/argothem/www/SpipFactory-fichiers_de_travail/sauvegarde-depannage-1.9a3.2/1.9/ecrire/data/verifier_presence_plugins.php
File size: 174 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if (!defined('_ECRIRE_INC_VERSION')) return;
// http://doc.spip.org/@verifier_presence_plugins
function verifier_presence_plugins(){
$ok = true;
return $ok;
}
?>