This commit is contained in:
Javier Casares 2026-08-12 13:18:40 +00:00
commit bc1cb5e00a
32 changed files with 4254 additions and 0 deletions

17
vendor/composer/autoload_classmap.php vendored Normal file
View file

@ -0,0 +1,17 @@
<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
'Robotstxt_Manager_Activator' => $baseDir . '/includes/class-robotstxt-manager-activator.php',
'Robotstxt_Manager_Admin' => $baseDir . '/admin/class-robotstxt-manager-admin.php',
'Robotstxt_Manager_Core_Client' => $baseDir . '/includes/class-robotstxt-manager-core-client.php',
'Robotstxt_Manager_Encryption' => $baseDir . '/includes/class-robotstxt-manager-encryption.php',
'Robotstxt_Manager_Loader' => $baseDir . '/includes/class-robotstxt-manager-loader.php',
'Robotstxt_Manager_Plugin' => $baseDir . '/includes/class-robotstxt-manager-plugin.php',
'Robotstxt_Manager_Settings' => $baseDir . '/admin/class-robotstxt-manager-settings.php',
);