This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
redeipe:trafego:z [2020/07/30 14:44] murilo [Outros estados] |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~NOCACHE~~ | ||
| - | <php> | ||
| - | define("DEBUG",false); | ||
| - | include_once("conf/clientes4.php"); | ||
| - | </php> | ||
| - | ====== Clientes ====== | ||
| - | |||
| - | Relação de Clientes. | ||
| - | |||
| - | |||
| - | Clique no nome da instituição para ver informações de tráfego. | ||
| - | |||
| - | ===== Minas Gerais ===== | ||
| - | |||
| - | === Organizações usuárias === | ||
| - | |||
| - | <php>listarClientes('mg',false);</php> | ||
| - | |||
| - | === Instituições usuárias === | ||
| - | |||
| - | <php>listarClientes('mg',true);</php> | ||
| - | |||
| - | ===== Outros estados ===== | ||
| - | |||
| - | === Organizações usuárias === | ||
| - | |||
| - | <php>listarClientes('!mg',false);</php> | ||
| - | |||
| - | === Instituições usuárias === | ||
| - | |||
| - | <php>listarClientes('!mg',true);</php> | ||