Das Ticketing von Assembla ist nicht nur super, man kann und sollte es auch in Eclipse als PlugIn einbinden: http://offers.assembla.com/update-site/.
foreach
$theFiles = [‚cs‘,’js‘,’php‘]; foreach ($theFiles as $ext) $theFile = __DIR__ . ‚/domains/‘ .CLIENT_DOMAIN .‘.‘ .$ext; if (file_exists($theFile)) require_once $theFile;