Source Code:
(back to article)
<?php $max_execution_time = ini_get('max_execution_time'); echo "Maximale Ausführungszeit ist auf $max_execution_time Sekunden eingestellt";
Result:
Report an issue