ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
stats.php
Go to the documentation of this file.
1 <?php
2 
3 chdir('../../../../');
4 echo getcwd();
5 require_once('./include/inc.header.php');
6 require_once('./Services/GlobalCache/classes/class.ilGlobalCache.php');
7 echo '<pre>' . print_r(ilGlobalCache::getInstance(ilGlobalCache::COMP_CLNG)->getInfo(), 1) . '</pre>';
8 ?>
static getInstance($component)