Change <? to <?php and add some formatting
This commit is contained in:
@@ -1,6 +1 @@
|
||||
<?header('Content-type: application/javascript');
|
||||
|
||||
$token = $_GET['token'];
|
||||
|
||||
?>
|
||||
|
||||
<?header('Content-type: application/javascript');
|
@@ -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');
|
Reference in New Issue
Block a user