Default MTEXPORT to empty.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1284 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-05-15 17:44:58 +00:00
parent 53a668610d
commit 4d63c168e9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
define('MTEXPORT', 'import.txt');// enter the relative path of the import.txt file containing the mt entries. If the file is called import.txt and it is /wp-admin, then this line
define('MTEXPORT', '');// enter the relative path of the import.txt file containing the mt entries. If the file is called import.txt and it is /wp-admin, then this line
//should be define('MTEXPORT', 'import.txt');
if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. You must install WordPress before you import any entries.");