Newer
Older
WebMCR / upload / blocks / 3_monitor.php
@Qexy Qexy on 3 May 2015 162 bytes WebMCR_Reloaded_Alpha_v1.0.0
<?php

if(!defined("MCR")){ exit("Hacking Attempt!"); }

if($this->is_access("sys_monitoring")){
	echo $this->sp(MCR_THEME_PATH."blocks/monitor/main.html");
}

?>