File manager - Edit - /usr/local/cpanel/base/frontend/jupiter/scripts/digitpad.js
Back
// this code is in the publicdomain function PadDigits(n, totalDigits) { n = n.toString(); var pd = ""; if (totalDigits > n.length) { for (i = 0; i < (totalDigits - n.length); i++) { pd += "0"; } } return pd + n.toString(); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings