Warning set time limit

Hi

I’m getting following error

Warning: set_time_limit() has been disabled for security reasons in /storage/ssd3/572/7329572/public_html/submit.php on line 2

Please help me if this is related to server side error or CMS error

set_time_limit() is not available on the free plan.

Then how to overcome this

You need to upgrade to overcome this. Hostinger

Also can you try this, see if it helps:
Paste this below piece of code in you .htaccess file.

<IfModule mod_php5.c>
php_value max_execution_time 300
</IfModule>