17 lines
		
	
	
		
			317 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			317 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
 | 
						|
//include_once 'config.php';
 | 
						|
//include_once 'libs/Smarty.class.php';
 | 
						|
 | 
						|
//$smarty = new Smarty;
 | 
						|
//echo $smarty->cache_dir;
 | 
						|
//$smarty->clearAllCache();
 | 
						|
//$smarty->assign('user_can_update', is_updater());
 | 
						|
 | 
						|
//if (is_logged_in($user))
 | 
						|
//{
 | 
						|
//	$username = base64_decode($_SESSION['user']);
 | 
						|
//	echo ($username);
 | 
						|
//}
 | 
						|
 | 
						|
?>
 |