> ## Documentation Index
> Fetch the complete documentation index at: https://kb.mochahost.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding Suhosin variables in PHP.INI (CPanel)

## To Enable Suhosin variables in your PHP.INI, please follow the steps below:

1. Follow the steps in this [tutorial](https://clientarea.mochahost.com/knowledgebase/756) to enable your php.ini. 

2. After that while in the File Manager edit your **php.ini**.

3. Add the following lines at the end of the php.ini file:

```
[suhosin] suhosin.request.max\_vars = 4252 suhosin.post.max\_vars = 4252 suhosin.get.max\_vars = 4252 suhosin.cookie.max\_vars = 4252
```

4. Click Save.
