discourse-legacysite-perl/site/stackreach/info.php
2024-06-17 22:42:14 +10:00

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);
//}
?>