HEX
Server: LiteSpeed
System: Linux cp01.bhostbrasil.com.br 5.14.0-611.16.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 03:40:39 EST 2025 x86_64
User: onlyfibr (1083)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/onlyfibr/public_html/sistema/_controllers/controller_menu.php
<?php

class menu extends controller {

	public function init(){
		$this->autenticacao();
	}
	
	public function altera(){

		$perfil = new model_perfil();
		$perfil->encolhe_menu($this->_cod_usuario);
		
	}

}