GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
4
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
jryland
/
Import
Transfer to URL with SHA
Find file
Newer
Older
tree:
a130ec591c
Branches
Tags
×
DELL-PC
MacBookPro
NUC
master
Import
/
web
/
www.xiaofrog.com
/
wiki
/
maintenance
/ counter.php
John Ryland
on 22 Dec 2020
101 bytes
import old code from DELL-PC svn checkout from years ago
Raw
Blame
History
<?php function print_c($last, $current) { echo str_repeat( chr(8), strlen( $last ) ) . $current; }