File src/www/admin/acc/saved_searches.php from the latest check-in


<?php
namespace Paheko;

require_once __DIR__ . '/_inc.php';

const CURRENT_SEARCH_TARGET = 'accounting';
$search_url = ADMIN_URL . 'acc/search.php';

require __DIR__ . '/../common/saved_searches.php';