mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
5 lines
182 B
PHP
5 lines
182 B
PHP
|
<?php
|
||
|
if (!defined("_ECRIRE_INC_VERSION")) return;
|
||
|
$GLOBALS['spip_connect_version'] = 0.8;
|
||
|
spip_connect_db('localhost','','__DB_USER__','__DB_PWD__','spip','mysql', 'spip','','');
|
||
|
?>
|