Default MTEXPORT to empty.

git-svn-id: https://develop.svn.wordpress.org/trunk@1284 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-05-15 17:44:58 +00:00
parent 75294d3187
commit 9e3f325792
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.");