inc.php3 1.88 1.89

Update of /home/spip-cvs/spip/ecrire
In directory alan:/tmp/cvs-serv6206

Modified Files:
  inc.php3
Log Message:
redirection à l'install sans la fonction générique

Index: inc.php3

RCS file: /home/spip-cvs/spip/ecrire/inc.php3,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- inc.php3 22 Oct 2004 21:48:05 -0000 1.88
+++ inc.php3 23 Oct 2004 15:28:06 -0000 1.89
@@ -7,7 +7,7 @@
    (@file_exists("inc_connect.php3") ? "inc_connect.php3" : ''));

if (!_FILE_CONNECT) {
- redirige_par_entete("install.php3");
+ header("Location: install.php3");
}

if (!defined('_ECRIRE_INC_VERSION')) { include ("inc_version.php3"); }