출석부 경로 변경 정보
출석부 경로 변경첨부파일
본문
출석기록부 인데요
attendance 폴더내에 attendance.php 파일이 있습니다
그누보드 최상위에 attendance 폴더를 추가하고
/www/attendance/attendance.php 주소창에 입력하면 실행이 되는데요
그누보드 skin 폴더에 attendance 폴더를 추가한후
/www/skin/attendance/attendance.php
주소창에 입력하면 실행이 안돼요
답변을 부탁 드립니다
attendance.php 파일과 함께 등록합니다
attendance 폴더내에 attendance.php 파일이 있습니다
그누보드 최상위에 attendance 폴더를 추가하고
/www/attendance/attendance.php 주소창에 입력하면 실행이 되는데요
그누보드 skin 폴더에 attendance 폴더를 추가한후
/www/skin/attendance/attendance.php
주소창에 입력하면 실행이 안돼요
답변을 부탁 드립니다
attendance.php 파일과 함께 등록합니다
댓글 전체
/www/skin/attendance/attendance.php 일 경우에는
<?
$g4_path = "../../"; <== 이부분을 수정하시면 되겠네요
include_once ("$g4_path/common.php");
include_once("$g4[path]/head.php");
<?
$g4_path = "../../"; <== 이부분을 수정하시면 되겠네요
include_once ("$g4_path/common.php");
include_once("$g4[path]/head.php");