Newer
Older
WebMCR / upload / blocks / 2_profile.php
@Qexy Qexy on 3 May 2015 182 bytes WebMCR_Reloaded_Alpha_v1.0.0
<?php

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

$authfile = (!$this->user->is_auth) ? "unauth" : "auth";

echo $this->sp(MCR_THEME_PATH."blocks/profile/$authfile.html");

?>