소스 검색

removed local directory name used for testing.

tokul 20 년 전
부모
커밋
8fbd4b411a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/flat2sql.pl

+ 1 - 1
contrib/flat2sql.pl

@@ -7,7 +7,7 @@
 # This script is licensed under GPL.
 ##### Conf Section #####
 
-$data_dir = "/home/www/mail.topolis.inet/www/squirrelmail-devel-20050911/data";
+$data_dir = "/var/local/squirrelmail/data";
 $db = "squirrelmail";
 $abook_table = "address";
 $pref_table = "userprefs";