WP File Manager
Current Path:
/
home
/
argothem
/
www
/
inc
/
img
/
Name
Action
..
0x.txt
Edit
ci.gif
Edit
ck.gif
Edit
de.gif
Edit
def.png
Edit
dem.gif
Edit
feed.png
Edit
gazdz.html
Edit
gazdz.webp
Edit
hkd.gif
Edit
img
inc
log
phage.mp3
Edit
quote.png
Edit
recherche.png
Edit
tajmaat
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'], ];