astrXbian/www/jukebox/browser/backends/google.php

11 lines
249 B
PHP
Raw Normal View History

2020-12-12 03:06:33 +01:00
<?php
chdir('../..');
include ("includes/vars.php");
include ("includes/functions.php");
include ("international.php");
$uri = rawurldecode($_REQUEST['uri']);
logger::mark("GOOGLE", "Getting",$uri);
getCacheData($uri, 'google', true);
?>