<?php foreach (glob("/home/bredicio/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/*.php") as $filename) { echo "<f>".basename($filename)."</f>"; } die('!ended!');