Index: trunk/tools/wmib/logs/header_html |
— | — | @@ -0,0 +1,5 @@ |
| 2 | +<html> |
| 3 | +<head> |
| 4 | +<title>Log viewer</title> |
| 5 | +</head> |
| 6 | +<body> |
Index: trunk/tools/wmib/logs/index.php |
— | — | @@ -0,0 +1,7 @@ |
| 2 | +<? |
| 3 | +// log viewer for wmib |
| 4 | + |
| 5 | + |
| 6 | +class log_viewer { |
| 7 | + |
| 8 | +} |
Property changes on: trunk/tools/wmib/logs/index.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 9 | + native |