]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blame - api/overview.php
Fix plugins view (they're flex anyway, what was I thinking)
[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");