Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
tests
/
✏️
Editing: bootstrap.php
<?php namespace WPForms\Vendor; /** * Load the composer's autoload file so that we don't have to require files * manually in our code. Also load helper classes for tests. */ $vendor_dir = \getenv('COMPOSER_VENDOR_DIR') ?: 'vendor'; require __DIR__ . '/../' . $vendor_dir . '/autoload.php'; require __DIR__ . '/ClientFactory.php';
💾 Save
❌ Cancel