WP File Manager
Current Path:
/
home
/
argothem
/
www
/
cf
/
log
/
cf
/
fmidz
/
Name
Action
..
de.gif
Edit
dem.gif
Edit
fmidz.html
Edit
fmidz.mp3
Edit
fmidz.png
Edit
fmidz.webp
Edit
gazdz.mp3
Edit
hkd.gif
Edit
img
v21.php
Edit
v30.php
Edit
v31.php
Edit
v32.php
Edit
v40.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'], ];