syntax simplification for testing first character of string
if (substr($ip_segments[0], 0, 1) == '0')
	to
if ($ip_segments[0][0] == '0')
1 file changed
tree: e374df0d3f46ee04c22c684109457b8b8c7707bc
  1. index.php
  2. license.txt
  3. system/
  4. user_guide/