Update 'mods.php'

This commit is contained in:
Erreur32 2021-05-04 15:11:21 +02:00
parent c388fa840d
commit d3e6e33e4a
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ echo 'http wrapper: ', in_array('http', $w) ? 'yes':'no', "\n<br>";
echo 'https wrapper: ', in_array('https', $w) ? 'yes':'no', "\n<br>";
echo 'wrappers: ', var_export($w);
exit
// exit
?>
<br><hr>