WP File Manager
Current Path:
/
home
/
argothem
/
www
/
memo
/
inc
/
cache
/
html_purifier
/
Name
Action
..
.ok
Edit
CSS
HTML
URI
charger_pipelines.php
Edit
charger_plugins_fonctions.php
Edit
charger_plugins_options.php
Edit
mysql-20250623064442.log
Edit
mysql.log
Edit
svp_outiller.php
Edit
v32.php
Edit
Editing: v32.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. * * Pour plus de détails voir le fichier COPYING.txt ou l'aide en ligne. * \***************************************************************************/ /** * Gestion des mises à jour de bdd de SPIP * * Mises à jour en 3.2 * * @package SPIP\Core\SQL\Upgrade **/ if (!defined('_ECRIRE_INC_VERSION')) { return; } $GLOBALS['maj'][23375] = [ ['sql_alter', 'TABLE spip_auteurs CHANGE prefs prefs text'], ];