사용자단 따옴표 수정
This commit is contained in:
10
index.php
10
index.php
@ -1,9 +1,9 @@
|
||||
<?
|
||||
include_once("./_common.php");
|
||||
include_once("$g4[path]/lib/latest.lib.php");
|
||||
include_once('./_common.php');
|
||||
include_once($g4['path'].'/lib/latest.lib.php');
|
||||
|
||||
$g4['title'] = "";
|
||||
include_once("./_head.php");
|
||||
$g4['title'] = '';
|
||||
include_once('./_head.php');
|
||||
?>
|
||||
|
||||
강좌홈페이지 작업 중입니다.<br>
|
||||
@ -12,5 +12,5 @@ chicpro 님도 참가합니다.<br>
|
||||
반갑습니다.
|
||||
|
||||
<?
|
||||
include_once("./_tail.php");
|
||||
include_once('./_tail.php');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user