<?php
if ($level>0) // se maggiore di 0 (utente)
{
print('ACP');
}
?>