7.4.33 | Linux x86_64
Server128.199.10.0
Userwww-data (uid:33)
PHP7.4.33 (apache2handler)
Terminal
Upload
Files: /var/www/html/wp-content/plugins/really-simple-ssl
View: rector.php
<?php declare(strict_types=1); use Rector\Config\RectorConfig; use Rector\Transform\Rector\ClassMethod\ReturnTypeWillChangeRector; return RectorConfig::configure() ->withPaths([ // __DIR__ . '/assets', // __DIR__ . '/automation', // __DIR__ . '/languages', // __DIR__ . '/lets-encrypt', // __DIR__ . '/lib', // __DIR__ . '/mailer', // __DIR__ . '/modal', // __DIR__ . '/onboarding', // __DIR__ . '/placeholders', __DIR__ . '/pro/security/wordpress/two-fa', // __DIR__ . '/progress', __DIR__ . '/security/wordpress/two-fa', // __DIR__ . '/settings', // __DIR__ . '/tests', // __DIR__ . '/upgrade', ]) // uncomment to reach your current PHP version // ->withPhpSets() ->withTypeCoverageLevel(0) ->withImportNames(true) // ->withPhp74Sets() ->withDeadCodeLevel(1) ->withCodeQualityLevel(1) ->withRules([ ReturnTypeWillChangeRector::class, \Rector\DeadCode\Rector\ClassMethod\RemoveUselessParamTagRector::class, ]) ;
NameSizeActions
.wp-env.json469BView Edit Del
SECURITY.md1.2KView Edit Del
assets/--
class-admin.php107.4KView Edit Del
class-cache.php3.2KView Edit Del
class-front-end.php2KView Edit Del
class-installer.php4.5KView Edit Del
class-mixed-content-fixer.php5.5KView Edit Del
class-multisite.php20.9KView Edit Del
class-server.php4.4KView Edit Del
class-site-health.php14.2KView Edit Del
class-wp-cli.php54.6KView Edit Del
compatibility.php2.1KView Edit Del
force-deactivate.txt3.8KView Edit Del
functions.php18KView Edit Del
index.php35BView Edit Del
languages/--
lets-encrypt/--
lib/--
mailer/--
modal/--
onboarding/--
placeholders/--
progress/--
readme.txt32.1KView Edit Del
rector.php1.1KView Edit Del
rlrsssl-really-simple-ssl.php12.2KView Edit Del
rsssl-auto-loader.php1.9KView Edit Del
sbom.json.gz22.5KView Edit Del
security/--
settings/--
ssl-test-page.php1.9KView Edit Del
system-status.php16.9KView Edit Del
testssl/--
uninstall.php5.9KView Edit Del
upgrade/--
upgrade.php11.4KView Edit Del