adding ipv6 support
All checks were successful
/ Plan (push) Successful in 58s

This commit is contained in:
2025-08-18 15:15:40 -05:00
parent 66d257aa7a
commit 44ea67af4d
133 changed files with 186 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<?
for ($i=0;$i<=32; $i++) {
<?php
for ($i=0;$i<=128; $i++) {
$str = '/'.$i;
$font = 2;
@@ -20,4 +20,4 @@ ImageGIF($im, 'tmp/'.$i.'.gif');
//for i in tmp/*; do convert -rotate 90 $i img/`basename $i`; done
}
}