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