IRC Logs Viewer!
authorThomas Berezansky <tsbere@mvlc.org>
Mon, 26 Mar 2012 21:10:46 +0000 (17:10 -0400)
committerBen Shum <bshum@biblio.org>
Wed, 9 May 2012 19:53:07 +0000 (15:53 -0400)
commit260361d9567f40db8d83f57d5a59f06996bf34c8
tree1b673df6465be1aec783c7ec82f66e119564c2dc
parente45b6f6d0af82070486127871acd8820efdd262b
IRC Logs Viewer!

To use, add the following to the apache configs:

RewriteEngine On
RewriteCond %{QUERY_STRING} !raw
RewriteRule ^/?irc_logs/(.*) /irc_logs.php?check_path=$1 [T=php-script]

Oh, and if we don't have it enabled, don't forget to enable mod_rewrite.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
css/style.css
irc_logs.php [new file with mode: 0755]