mirror of
https://github.com/Febbweiss/filebrowser-durandal-widget.git
synced 2026-03-05 14:45:43 +00:00
init
This commit is contained in:
7
lib/jquery/test/data/with_fries_over_jsonp.php
Normal file
7
lib/jquery/test/data/with_fries_over_jsonp.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
error_reporting(0);
|
||||
$callback = $_REQUEST['callback'];
|
||||
$json = $_REQUEST['json'];
|
||||
$text = json_encode(file_get_contents(dirname(__FILE__)."/with_fries.xml"));
|
||||
echo "$callback($text)";
|
||||
?>
|
||||
Reference in New Issue
Block a user