Newer
Older
WebMCR / upload / blocks / 4_top.php
@Qexy Qexy on 3 May 2015 156 bytes WebMCR_Reloaded_Alpha_v1.0.0
<?php

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

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

?>