It's now handled in src/main.c
int action_list_graphs (void) /* {{{ */
{
- gl_update ();
-
page_callbacks_t pg_callbacks = PAGE_CALLBACKS_INIT;
char title[512];
int action_list_hosts (void) /* {{{ */
{
- gl_update ();
-
page_callbacks_t pg_callbacks = PAGE_CALLBACKS_INIT;
char title[512];
page_data_t pg_data;
int status;
- gl_update ();
-
pg_data.search_term = strtolower_copy (param ("q"));
if ((pg_data.search_term != NULL) && (pg_data.search_term[0] == 0))
{
char *search;
int status;
- gl_update ();
-
search = strtolower_copy (param ("q"));
status = list_graphs_json (search);