]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blame - api/overview.php
Make API pages return empty data / die when server is not available.
[irc/unrealircd/unrealircd-webpanel.git] / api / overview.php
CommitLineData
56164221 1<?php
fd4848e4 2require_once('common_api.php');
56164221 3
cefec45f
BM
4if (!$rpc)
5 die();
6
fd4848e4 7api_timer_loop(1000, "stats.get");