WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins-dist
/
dump
/
connect
/
Name
Action
..
dump.php
Edit
Editing: dump.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. * \***************************************************************************/ if (!defined('_ECRIRE_INC_VERSION')) { return; } /** * Se reconnecter a la base sqlite dont le nom est stocke dans le fichier de statut */ include_spip('inc/dump'); if ($args = dump_serveur()) { $GLOBALS['spip_connect_version'] = 0.7; if (call_user_func_array('spip_connect_db', $args)) { define('_DUMP_SERVEUR_OK', true); } }