Update of /home/spip-cvs/spip/ecrire
In directory alan:/tmp/cvs-serv4812
Modified Files:
install.php3
Log Message:
un @ pour ne pas affoler à l'install
Index: install.php3
RCS file: /home/spip-cvs/spip/ecrire/install.php3,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- install.php3 19 Oct 2004 19:56:02 -0000 1.62
+++ install.php3 22 Oct 2004 15:09:19 -0000 1.63
@@ -31,7 +31,6 @@
echo "<P>"._T('info_utilisation_spip');
include(_FILE_CONNECT_INS . _FILE_TMP . _EXTENSION_PHP);
- spip_log(_FILE_CONNECT_INS);
include_ecrire ("inc_meta.php3");
if ($login) {
@@ -63,8 +62,8 @@
include_ecrire ("inc_acces.php3");
ecrire_acces();
- unlink(_DIR_SESSIONS . 'inc_meta_cache.php3');
- unlink(_DIR_SESSIONS . 'meta_cache.php3');
+ @unlink(_DIR_SESSIONS . 'inc_meta_cache.php3');
+ @unlink(_DIR_SESSIONS . 'meta_cache.php3');
if (!@rename(_FILE_CONNECT_INS . _FILE_TMP . _EXTENSION_PHP,
_FILE_CONNECT_INS . _EXTENSION_PHP)) {
copy(_FILE_CONNECT_INS . _FILE_TMP . _EXTENSION_PHP,