<?php for($list_index = 0; $list_index < 10; $list_index++) { for($permission_index = 0; $permission_index < 3; $permission_index++) { echo rand(0, 7); } echo "\n"; }
You have javascript disabled. You will not be able to edit any code.