php strict 적용

This commit is contained in:
chicpro
2013-05-02 14:32:37 +09:00
parent 7194964e59
commit 30b0a01ac6
7 changed files with 76 additions and 76 deletions

View File

@ -1,3 +1,3 @@
<?
include_once("../../common.php");
<?php
include_once('../../common.php');
?>