php strict 반영

This commit is contained in:
chicpro
2013-04-29 16:18:05 +09:00
parent d87fb5b0d5
commit c7ab38f91c
63 changed files with 493 additions and 493 deletions

View File

@ -1,4 +1,4 @@
<?
<?php
include_once('./_common.php');
if (!$fm_id) $fm_id = 1;
@ -13,9 +13,9 @@ $g4['title'] = $fm['fm_subject'];
include_once('./_head.php');
?>
<img src="<?=G4_SHOP_URL?>/img/top_faq.gif" border=0><p>
<img src="<?php echo G4_SHOP_URL; ?>/img/top_faq.gif" border=0><p>
<?
<?php
$himg = G4_DATA_PATH."/faq/{$fm_id}_h";
if (file_exists($himg))
echo "<img src='".G4_DATA_URL."/faq/{$fm_id}_h' border=0><br>";