mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
minor addition for later version of php requiring $HTTP_GET_VARS. doc/*:
* doc/search.php.incl: minor addition for later version of php requiring $HTTP_GET_VARS. doc/*: rebuilt the docs
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
<?php
|
||||
$query = $HTTP_GET_VARS[ "query" ];
|
||||
$scope = $HTTP_GET_VARS[ "scope" ];
|
||||
// We handle only the first argument so far
|
||||
$query = $_GET['query'];
|
||||
$query = ltrim ($query);
|
||||
|
Reference in New Issue
Block a user