| Rev 195 | Rev 357 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | <h1> /root/history.log </h1> |
1 | <h1> /root/history.log </h1> |
| 2 | <pre> |
2 | <pre> |
| 3 | <?php |
3 | <?php |
| 4 | readfile("/root/history.log"); |
4 | @readfile("/root/history.log"); |
| 5 | ?> |
5 | ?> |
| 6 | </pre> |
6 | </pre> |
| 7 | 7 | ||