spip_nursit/config/connect.php

5 lines
160 B
PHP
Raw Permalink Normal View History

2023-06-01 15:30:12 +00:00
<?php
if (!defined("_ECRIRE_INC_VERSION")) return;
$GLOBALS['spip_connect_version'] = 0.7;
spip_connect_db('localhost','','','','spip','sqlite3', 'spip','');
?>