Quote:
Originally Posted by sv1cec
Because that's how it got started and that's how it remains until today. And I do not think we are planning to make it lower-case. There is no rule which says that all files should have lower-case names.
|
Its just common sense to use lower case in filenames, especially for web.
Btw, found a bug i think:
PHP Code:
<tr>
<td class="tfoot" colspan="7" align="right">Warning limit before being banned: $vboptions[warn_points_before_banned] points. Initial banning period: $vboptions[warn_banned_limit] days.</td>
</tr>
</tbody>
</table>
shouldnt it be colspan="8"?