summaryrefslogtreecommitdiff
path: root/maintenance/counter.php
blob: 67b9ce2183f3e4e0b94f8f31d421ffca6d6f773c (plain)
1
2
3
4
5
<?php
function print_c($last, $current) {
	echo str_repeat( chr(8), strlen( $last ) ) . $current;
}