* (bug 3837) Leave <center> as is instead of doing an unsafe text replacement
[lhc/web/wiklou.git] / maintenance / counter.php
1 <?php
2 function print_c($last, $current) {
3 echo str_repeat( chr(8), strlen( $last ) ) . $current;
4 }
5 ?>