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 412a1d4 commit 23b0a29Copy full SHA for 23b0a29
public/index.php
@@ -1,9 +1,17 @@
1
<?php
2
use Nette\Utils\Helpers;
3
use Melbahja\Http2\Pusher;
4
+
5
+//broken version quick patch
6
+if(isset($_GET['version']) && 'latest' !== $_GET['version']){
7
+ unset($_GET['version']);
8
+}
9
10
/*
11
die('PAUSE '.basename(__FILE__).__LINE__.$_SERVER['SERVER_ADDR']);
-
12
13
14
15
@todo: bundle/printer...., 2oop functions
16
*/
17
function multineedle_stripos($haystack, $needles, $offset=0) {
0 commit comments