Source code of the web interface of https://mirrors.tuna.tsinghua.edu.cn/
Go to file
Alick Zhao 017742c7fe index.php: use file(), not file_get_contents()
file() can return array of lines directly.

The old explode + file_get_contents method will bring a useless
empty string in the array of lines. (lines count is one more than
the actual one)
2011-12-11 12:35:59 +09:00
.gitignore Intial commit. 2011-07-03 01:49:34 +08:00
index.php index.php: use file(), not file_get_contents() 2011-12-11 12:35:59 +09:00
mirrors.tuna.css Refined mirrors stat table: 2011-10-10 23:08:28 +08:00