Skip to content
global.php 400 B
Newer Older
Seblu's avatar
Seblu committed
<?php
  /* Old Vards */
$GLOBALS["ANONYM"] 	= 0;
$GLOBALS["BASIC"]	= 1;
$GLOBALS["GUEST"]	= 2;
$GLOBALS["EPI"]		= 3;
$GLOBALS["EPISUB"]	= 4;
$GLOBALS["REPORTER"]	= 5;
$GLOBALS["PRIV_GUEST"]	= 6;
$GLOBALS["EPTV"]	= 7;
Seblu's avatar
Seblu committed
//$GLOBALS["ROOT"]	= 8;
Seblu's avatar
Seblu committed

/* New vars */
$GLOBALS["ANONYM"] 	= 0;
$GLOBALS["FAN"]		= 2;
Seblu's avatar
Seblu committed
$GLOBALS["EPI"]		= 4;
$GLOBALS["VIP"]		= 6;
Seblu's avatar
Seblu committed
$GLOBALS["MEMBRE"]	= 10;
Seblu's avatar
Seblu committed
$GLOBALS["ROOT"]	= 20;