diff --git a/Installing-Automatic-phpMyAdmin-for-Pterodactyl.md b/Installing-Automatic-phpMyAdmin-for-Pterodactyl.md index e857ed6..13b2b52 100644 --- a/Installing-Automatic-phpMyAdmin-for-Pterodactyl.md +++ b/Installing-Automatic-phpMyAdmin-for-Pterodactyl.md @@ -82,9 +82,9 @@ $cfg['Servers'][$i]['LogoutURL'] = 'token-logout.php'; You can now edit the file `token.php` that you just uploaded, to fit your needs : -1. `$encryption_key` (line 14) and `$encryption_iv` (line 16) : These variables must have the same values set in the Pterodactyl side (More information on how to generate these [here](https://github.com/AktiCube/themes-and-addons-documentation/wiki/Q&A-(Automatic-phpMyAdmin)#q-how-to-generate-an-encryption-key-and-iv--)). +1. `$encryption_key` (line 14) and `$encryption_iv` (line 16) : These variables must have the same values set in the Pterodactyl side (More information on how to generate these [here](https://git.ric-rac.org/ric-rac/addons-documentation/wiki/Automatic-phpMyAdmin-Q%26A#q-how-to-generate-an-encryption-key-and-iv)). 2. `$cookie_name` (line 18) : The name of the cookie to get data from, must be the same as in Pterodactyl side. -3. `$cookie_domain` (line 20) : The domain of the cookie, like the cookie name, must be the same as in Pterodactyl side (More information on how to choose one [here](https://github.com/AktiCube/themes-and-addons-documentation/wiki/Q&A-(Automatic-phpMyAdmin)#q-why-should-i-put-a--at-the-beginning-of-my-domain-name-when-my-pterodactyl-and-phpmyadmin-installation-are-on-a-different-subdomain)). +3. `$cookie_domain` (line 20) : The domain of the cookie, like the cookie name, must be the same as in Pterodactyl side (More information on how to choose one [here](https://git.ric-rac.org/ric-rac/addons-documentation/wiki/Automatic-phpMyAdmin-Q%26A#q-why-should-i-put-a-at-the-beginning-of-my-domain-name-when-my-pterodactyl-and-phpmyadmin-installation-are-on-a-different-subdomain)). # Configuration