Failed Conditions
Branch v2.x (0635cc)
by Arnold
09:26
created
src/server_functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     
24 24
     $bytes = array_map('dechex', explode('.', $address));
25 25
     
26
-    return vsprintf('0:0:0:0:0:ffff:%02s%02s:%02s%02s', $bytes) . (isset($mask) ? '/' . ($mask + 96)  : '');
26
+    return vsprintf('0:0:0:0:0:ffff:%02s%02s:%02s%02s', $bytes) . (isset($mask) ? '/' . ($mask + 96) : '');
27 27
 }
28 28
 
29 29
 /**
Please login to merge, or discard this patch.