Fifth pass at adding key files
This commit is contained in:
17
site/stackreach/info.php
Executable file
17
site/stackreach/info.php
Executable file
@ -0,0 +1,17 @@
|
||||
<?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);
|
||||
//}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user