Change <? to <?php and add some formatting

This commit is contained in:
2016-11-17 22:16:26 +01:00
parent 2d5ba7fb8d
commit fb71f8c112
27 changed files with 270 additions and 296 deletions

View File

@@ -1,6 +1 @@
<?header('Content-type: application/javascript');
$token = $_GET['token'];
?>
<?header('Content-type: application/javascript');

View File

@@ -1,9 +1 @@
<?header('Content-type: application/javascript');
$token = $_GET['token'];
$id = $_GET['id'];
?>
function cbfunc(o){
$('#results').append('<ul id="uncompletedList"><ul>');
for(var i in o)
{
<?header('Content-type: application/javascript');