We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c33e5 commit 1e98257Copy full SHA for 1e98257
1 file changed
demo/demo.php
@@ -80,6 +80,8 @@ function getLanguageDemo($lang)
80
}
81
82
if (isset($_GET['lang'])) {
83
+ set_time_limit(90);
84
+
85
$lang = $_GET['lang'];
86
87
if (isset($_GET['raw'])) {
0 commit comments