File indexing completed on 2024-09-08 05:18:37
0001 find . -name '*.php' -not -wholename '*/Loader/Autoloader.php' \ 0002 -not -wholename '*/Application.php' -print0 | \ 0003 xargs -0 sed --regexp-extended --in-place 's/(require_once)/\/\/ \1/g'
File indexing completed on 2024-09-08 05:18:37
0001 find . -name '*.php' -not -wholename '*/Loader/Autoloader.php' \ 0002 -not -wholename '*/Application.php' -print0 | \ 0003 xargs -0 sed --regexp-extended --in-place 's/(require_once)/\/\/ \1/g'