This commit is contained in:
nlopess
2004-05-23 16:23:31 +00:00
parent ea24d25a46
commit 98412bfdcc

View File

@@ -43,7 +43,7 @@ if ($dir = opendir('phpweb')) {
$text = preg_replace($search, $replace, $text);
$handler = fopen('phpweb2/' . $file, 'w+');
$handler = fopen('phpweb/' . $file, 'w+');
fputs($handler, $text);
fclose($handler);
}