Update 'mods.php'
This commit is contained in:
parent
c388fa840d
commit
d3e6e33e4a
1 changed files with 1 additions and 1 deletions
2
mods.php
2
mods.php
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue