Alternc  latest
Alternc logiel libre pour l'hébergement
piwik_sitelist.php File Reference

Go to the source code of this file.

Variables

 $fields
 Listing of piwik site, and manage associated credentials. More...
 
 $piwik_alternc_users = $piwik->get_alternc_users()
 
 $piwik_alternc_sites = $piwik->get_alternc_sites()
 
if($quota->cancreate("piwik")) else
 
 $sitelist = $piwik->site_list()
 
 $infos_urls = $piwik->get_users_url_infos()
 
 if ( $right !==FALSE)
 
 $col =1
 

Variable Documentation

◆ $col

$col =1

Definition at line 131 of file piwik_sitelist.php.

◆ $fields

$fields
Initial value:
= array (
"site_id" => array ("request", "integer", -1),
"right" => array ("request", "array", FALSE),
)

Listing of piwik site, and manage associated credentials.

Definition at line 29 of file piwik_sitelist.php.

◆ $infos_urls

$infos_urls = $piwik->get_users_url_infos()

Definition at line 80 of file piwik_sitelist.php.

◆ $piwik_alternc_sites

$piwik_alternc_sites = $piwik->get_alternc_sites()

Definition at line 37 of file piwik_sitelist.php.

◆ $piwik_alternc_users

$piwik_alternc_users = $piwik->get_alternc_users()

Definition at line 36 of file piwik_sitelist.php.

◆ $sitelist

$sitelist = $piwik->site_list()

Definition at line 79 of file piwik_sitelist.php.

◆ else

if ( $quota->cancreate("piwik")) else
Initial value:
{
$msg->raise("INFO", "piwik", _("You cannot add any new Piwik sites, your quota is over."))
$msg
Definition: bootstrap.php:75

Definition at line 61 of file piwik_sitelist.php.

◆ if

if($right !==FALSE) (   $right ! = = FALSE)

Definition at line 83 of file piwik_sitelist.php.