Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagephp
firstline1
linenumberstrue
<?php
	$cfgClient = cRegistry::getClientConfig();
?>

The array $cfgClient contains the configuration for all clients. In order to get the value of a specific client, you have to put it's client ID as index of the root level of $cfgClient. In the list the ID is marked as "ID".

...