CVSROOT : /cvsroot/undernet-ircu
Module : homepage
Commit time: 2003-02-04 17:00:36 UTC
Modified files:
index.php main.css
Log message:
Author: Kev <[EMAIL PROTECTED]>
Log message:
Add a notice about assertion failures due to malformed configuration lines
in ircd.conf pointing to the news item on SourceForge.
---------------------- diff included ----------------------
Index: homepage/index.php
diff -u homepage/index.php:1.6 homepage/index.php:1.7
--- homepage/index.php:1.6 Mon Jan 13 13:10:44 2003
+++ homepage/index.php Tue Feb 4 09:00:24 2003
@@ -39,7 +39,10 @@
<table border="0" width="100%" cellspacing="10" cellpadding="5"
summary="Another table used for layout, sorry.">
<tr>
-<td width="71%"><b><u>Alpha</u>:</b>�<br>
+<td width="71%">
+<p><b class="alert">ALERT</b> -- Certain malformed configuration lines may
+result in server crashes. <a
+href="http://sourceforge.net/forum/forum.php?forum_id=249864">More...</a></p>
+<b><u>Alpha</u>:</b>�<br>
The alpha release is ircu2.10.12, and is available via <a href="cvs.php">
CVS</a> as u2_10_12.
<p><b><u>Current Release</u>:<br>
Index: homepage/main.css
diff -u homepage/main.css:1.2 homepage/main.css:1.3
--- homepage/main.css:1.2 Sat Jan 11 15:43:40 2003
+++ homepage/main.css Tue Feb 4 09:00:26 2003
@@ -54,3 +54,5 @@
A.menubox:hover {
text-decoration: underline;
}
+
+.alert { color: #FF0000; }
----------------------- End of diff -----------------------