comment that it's deprecated
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 3 Sep 2004 17:22:43 +0000 (17:22 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 3 Sep 2004 17:22:43 +0000 (17:22 +0000)
install.php

index c1b3a8c..06cc111 100644 (file)
@@ -1,5 +1,12 @@
 <?php
-
+/**
+ * The old installation engine.
+ * Replaced by ./config/index.php which provide an online installer instead of
+ * command line.
+ * It will die with versions >= 1.3.x 
+ * @deprecated
+ */
 die("obsolete; remove this file befor 1.3.0 release\n");
 
 # Install software and create new empty database.