summaryrefslogtreecommitdiff
path: root/api/getFavorites.php
blob: a226d5488a11e6a134ff56e1b65627488302182a (plain)
1
2
3
4
5
6
7
<?php

header("X-Frame-Options: SAMEORIGIN");
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php";
header("Content-Type: application/json");
global $favorites;
die(json_encode($favorites));