├── .nvmrc ├── .valetrc ├── LICENSE ├── README.md ├── areas └── index.php ├── composer.json ├── hooks └── index.php ├── index.php └── options └── index.php /.nvmrc: -------------------------------------------------------------------------------- 1 | 20 2 | -------------------------------------------------------------------------------- /.valetrc: -------------------------------------------------------------------------------- 1 | php=php@8.3 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nerdcel/kirby-impersonate/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nerdcel/kirby-impersonate/HEAD/README.md -------------------------------------------------------------------------------- /areas/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nerdcel/kirby-impersonate/HEAD/areas/index.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nerdcel/kirby-impersonate/HEAD/composer.json -------------------------------------------------------------------------------- /hooks/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nerdcel/kirby-impersonate/HEAD/hooks/index.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nerdcel/kirby-impersonate/HEAD/index.php -------------------------------------------------------------------------------- /options/index.php: -------------------------------------------------------------------------------- 1 | [], 5 | ]; 6 | --------------------------------------------------------------------------------