. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * */ try { global $RBAC; switch ($RBAC->userCanAccess('PM_FACTORY')) { case -2: G::SendTemporalMessage('ID_USER_HAVENT_RIGHTS_SYSTEM', 'error', 'labels'); G::header('location: ../login/login'); die; break; case -1: G::SendTemporalMessage('ID_USER_HAVENT_RIGHTS_PAGE', 'error', 'labels'); G::header('location: ../login/login'); die; break; } $snameLogo =trim($_GET['NAMELOGO']); $ainfoSite = explode("/",$_SERVER["REQUEST_URI"]); $dir=PATH_DATA."sites".PATH_SEP.str_replace("sys","",$ainfoSite[1]).PATH_SEP."files/logos"; $sfileDir=$dir.PATH_SEP.$snameLogo; unlink($sfileDir); //header('location: uplogo.php'); } catch (Exception $oException) { die($oException->getMessage()); } ?>