This commit is contained in:
3x0k1d 2025-05-05 05:26:41 +03:00
parent 11c8818663
commit 79fd7ddbfd

View File

@ -28,7 +28,7 @@ for ($i = 0; $i < count($module_list); $i++) {
}
else {
echo "". $module_list[$i] .":";
echo '<a href="\\'. $module_list[$i] .'.php\">' . 'Тык </a>' . `\n`;
echo '<a href="\\'. $module_list[$i] .'.php\">' . 'Тык </a>' . `<br>`;
}
}