Fifth pass at adding key files

This commit is contained in:
dsainty
2024-06-17 22:42:14 +10:00
parent 67ccdbcc34
commit 9797a6824a
535 changed files with 95045 additions and 0 deletions

17
site/stackreach/info.php Executable file
View 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);
//}
?>