hi king
how to allow only admin can upload and the paid user and free user only can download
thanks
how to allow only admin can upload and the paid user and free user only can download
thanks
<div id="tabs" class="homeTabs">
<?php
if($Auth->level === 'admin')
{
?>
<div class="clear homePageSpacer"><!-- --></div>
<div class="contentPageWrapper" style="padding-top: 12px;">
<div style="float: right;">
<?php include_once("_bannerRightContent.inc.php"); ?>
<?php
}
?>