IRC Logs Viewer! irc_logs
authorThomas Berezansky <tsbere@mvlc.org>
Mon, 26 Mar 2012 21:10:46 +0000 (17:10 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Mon, 26 Mar 2012 21:10:46 +0000 (17:10 -0400)
commita07d3e6b20e4a462ca159370a831a0f0ba3932d3
treed54aee6167d4b0b23cd87d8c9d00a954f51628d9
parentea3e13adb8affeb77a86c540a60f37dc88a62b0c
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>
css/style.css
irc_logs.php [new file with mode: 0755]