<?php

require '../header.php';

requireLogin();

Album::refreshAlbums();

$data = array();

header('Content-Type: application/json');
echo json_encode($data);
exit();

// vim: set ts=4:sw=4