Update of /home/spip-cvs/spip/ecrire
In directory alan:/tmp/cvs-serv10840
Modified Files:
inc.php3
Log Message:
afficher les bugs de redirection (backport labo)
Index: inc.php3
RCS file: /home/spip-cvs/spip/ecrire/inc.php3,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- inc.php3 7 Jun 2004 21:27:23 -0000 1.73
+++ inc.php3 19 Jun 2004 14:31:03 -0000 1.74
@@ -1,8 +1,8 @@
<?php
-
+// SPIP est-il installe ?
if (!@file_exists("inc_connect.php3")) {
- @header("Location: install.php3");
+ header("Location: install.php3");
exit;
}