File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/CodeIgniterInstaller.php.tar
plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php 0000644 00000000465 15155772301 0041532 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content <?php
namespace Composer\Installers;
class CodeIgniterInstaller extends BaseInstaller
{
protected $locations = array(
'library' => 'application/libraries/{$name}/',
'third-party' => 'application/third_party/{$name}/',
'module' => 'application/modules/{$name}/',
);
}
woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php 0000644 00000000465 15157050024 0047073 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins/woocommerce/packages <?php
namespace Composer\Installers;
class CodeIgniterInstaller extends BaseInstaller
{
protected $locations = array(
'library' => 'application/libraries/{$name}/',
'third-party' => 'application/third_party/{$name}/',
'module' => 'application/modules/{$name}/',
);
}