comparison index.php @ 28:ab06d838d916

Cosmetics & comments.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Sep 2011 10:55:16 +0300
parents 7655db03ea60
children 6148ce4a83ed
comparison
equal deleted inserted replaced
27:7655db03ea60 28:ab06d838d916
139 flock($fp, LOCK_UN); 139 flock($fp, LOCK_UN);
140 } 140 }
141 fclose($fp); 141 fclose($fp);
142 } 142 }
143 143
144 // Read classfile
144 $fp = @fopen($classFile, "rb"); 145 $fp = @fopen($classFile, "rb");
145 $classes = array(); 146 $classes = array();
146 if ($fp) { 147 if ($fp) {
147 if (flock($fp, LOCK_SH)) { 148 if (flock($fp, LOCK_SH)) {
148 while (!feof($fp)) { 149 while (!feof($fp)) {
423 echo "</ul>\n"; 424 echo "</ul>\n";
424 } 425 }
425 426
426 echo $out; 427 echo $out;
427 428
428 echo "<div style=\"position: relative; top: 5em; font-size: 5pt;\"><hr />Yhteydenotot <b>ccr @ IRCNet</b> tai <b>ccr at tnsp.org</b>, en vastaa mahdollisista virheistä tiedoissa.</div>\n"; 429 echo "<div style=\"position: relative; top: 5em; font-size: 5pt;\"><hr />
430 Yhteydenotot <b>ccr @ IRCNet</b> tai <b>ccr at tnsp dot org</b>. En vastaa mahdollisista virheistä tiedoissa!
431 </div>\n";
429 432
430 if ($miniMode) echo "</div>\n"; 433 if ($miniMode) echo "</div>\n";
431 printPageFooter(); 434 printPageFooter();
432 435
433 436