bigform/base/bigform.php
tofulm f08682bed9 On ajoute un 4 arg à bigform_traiter (false par defaut),
qui permet de deplacer les fichiers dans un dossiers proteger
2020-03-20 22:40:43 +01:00

12 lines
243 B
PHP

<?php
if (!defined('_ECRIRE_INC_VERSION')){
return;
}
function bigform_declarer_tables_principales($tables_principales){
$tables_principales['spip_documents']['field']['protected'] = 'varchar(5) NOT NULL';
return $tables_principales;
}