관리자화면에서 특정메뉴를 레벨권한으로 분류하기 정보
관리자화면에서 특정메뉴를 레벨권한으로 분류하기본문
여러분께 많은 도움 받고 있습니다.
질문내용은 관리자 권한을 레벨 9 이상으로 설정해서 레벨9도 관리자화면을 볼수 가있습니다.
문제는 관리자화면의 상단 메뉴에서 9는 여러메뉴중 특정메뉴(예, 기본환경설정 등)는 감추고 싶습니다.
물론 admin(최고관리자 레벨 10)은 전부 볼수가 있고요
여러분의 조언을 구합니다.
감사 합니다.
댓글 전체
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/도메인/www/main/adm/admin.menu100.php:34) in /home/hosting_users/도메인/www/main/head.sub.php on line 53
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/도메인/www/main/adm/admin.menu100.php:34) in /home/hosting_users/도메인/www/main/head.sub.php on line 55
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/도메인/www/main/adm/admin.menu100.php:34) in /home/hosting_users/도메인/www/main/head.sub.php on line 56
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/도메인/www/main/adm/admin.menu100.php:34) in /home/hosting_users/도메인/www/main/head.sub.php on line 57
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/도메인/www/main/adm/admin.menu100.php:34) in /home/hosting_users/도메인/www/main/head.sub.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/도메인/www/main/adm/admin.menu100.php:34) in /home/hosting_users/도메인/www/main/head.sub.php on line 59
적용했더니 요렇게 에러 나네요
원인도 알고 싶습니다.
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/도메인/www/main/adm/admin.menu100.php:34) in /home/hosting_users/도메인/www/main/head.sub.php on line 55
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/도메인/www/main/adm/admin.menu100.php:34) in /home/hosting_users/도메인/www/main/head.sub.php on line 56
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/도메인/www/main/adm/admin.menu100.php:34) in /home/hosting_users/도메인/www/main/head.sub.php on line 57
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/도메인/www/main/adm/admin.menu100.php:34) in /home/hosting_users/도메인/www/main/head.sub.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/도메인/www/main/adm/admin.menu100.php:34) in /home/hosting_users/도메인/www/main/head.sub.php on line 59
적용했더니 요렇게 에러 나네요
원인도 알고 싶습니다.
헤더가 없다고 나오는것보니 경로설정같은걸 건드셨나요?
admin.menu100.php 만 수정하셨다면
위 파일의 첫줄에 공백이 있는지 확인해주세요.
빈줄이 들어있으면 안됩니다
반드시 파일 첫부분이 <? 로 시작되어야 합니다
위 파일의 첫줄에 공백이 있는지 확인해주세요.
빈줄이 들어있으면 안됩니다
반드시 파일 첫부분이 <? 로 시작되어야 합니다
다시한번 감사 합니다 힘내겠습니다.