Compare commits

...

2 commits

Author SHA1 Message Date
mckmonster 8cf34fdb27 Remove ?> at end of file 2023-08-06 13:14:07 +02:00
mckmonster 6ccce5bbeb remove db 2023-08-06 13:13:52 +02:00
3 changed files with 1 additions and 3 deletions

Binary file not shown.

View file

@ -1,4 +1,3 @@
<?php
if (!defined("_ECRIRE_INC_VERSION")) return;
if (!defined('_SPIP_CHMOD')) define('_SPIP_CHMOD', 0777);
?>
if (!defined('_SPIP_CHMOD')) define('_SPIP_CHMOD', 0777);

View file

@ -2,4 +2,3 @@
if (!defined("_ECRIRE_INC_VERSION")) return;
$GLOBALS['spip_connect_version'] = 0.7;
spip_connect_db('localhost','','','','spip','sqlite3', 'spip','');
?>