From 5a8a2fa1371a67246d9467ac6c1a67a9711eccf1 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 31 Oct 2012 16:36:11 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=ED=99=95=EC=9D=B8=20?= =?UTF-8?q?=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/version.php | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/adm/version.php b/adm/version.php index 8dec45d6a..9966f7205 100644 --- a/adm/version.php +++ b/adm/version.php @@ -13,19 +13,13 @@ $g4[title] = "버전확인"; include_once("./admin.head.php"); include_once("$g4[path]/lib/mailer.lib.php"); -echo "현재버전 : "; +echo "현재버전 : "; $args = "head -1 ".$g4[path]."/HISTORY"; system($args); -echo ""; +echo ""; ?> - - - - -
- -
+