<?php | |
$path = __DIR__ . '/config/xml/must_have_modules_list.xml'; | |
@unlink($path); | |
echo "solucionado"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<?php | |
$path = __DIR__ . '/config/xml/must_have_modules_list.xml'; | |
@unlink($path); | |
echo "solucionado"; |