Index: trunk/tools/upload-scripts/sync |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | #!/bin/bash |
3 | 3 | |
4 | | -for srv in ms1; do |
| 4 | +for srv in ms7; do |
5 | 5 | echo $srv |
6 | 6 | rsync --rsh=ssh -cr /home/wikipedia/upload-scripts/ root@$srv:/export/upload/sync-from-home |
7 | 7 | done |
Index: trunk/tools/upload-scripts/404.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | $encUrl = htmlspecialchars( $prot . $serv . $loc ); |
15 | 15 | |
16 | 16 | header( 'HTTP/1.1 404 Not Found' ); |
17 | | -header( 'Content-Type: text/html;charset=utf8' ); |
| 17 | +header( 'Content-Type: text/html;charset=utf-8' ); |
18 | 18 | |
19 | 19 | $standard_404=<<<ENDTEXT |
20 | 20 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |