File Manager

Current Path : /webspace/www.babilon.be/html/modules/MicroTiny/
Upload File :
Current File : //webspace/www.babilon.be/html/modules/MicroTiny/action.defaultadmin.php

<?php
if( !cmsms() ) exit();

if (!$this->VisibleToAdminUser()) {
	$this->ShowErrors($this->Lang("accessdenied"));
	return;
}

echo $this->StartTabHeaders();
echo $this->SetTabHeader("example",$this->Lang("example"));
echo $this->SetTabHeader("settings",$this->Lang("settings"));
echo $this->EndTabHeaders();

echo $this->StartTabContent();

echo $this->StartTab("example");
include(dirname(__FILE__).'/function.admin_example.php');
echo $this->EndTab();

echo $this->StartTab("settings");
include(dirname(__FILE__).'/function.admin_settings.php');
echo $this->EndTab();

echo $this->EndTabContent();
?>

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com