From 8fa3fa783dd675b54835e928746818eb76c31d79 Mon Sep 17 00:00:00 2001 From: ThinkPHP Date: Sat, 13 Apr 2013 10:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base.php | 1 - 1 file changed, 1 deletion(-) diff --git a/base.php b/base.php index 2129b96f..cdbb36a9 100644 --- a/base.php +++ b/base.php @@ -8,7 +8,6 @@ // +---------------------------------------------------------------------- // | Author: liu21st // +---------------------------------------------------------------------- -// $Id$ if(version_compare(PHP_VERSION,'5.4.0','<')) die('require PHP > 5.4.0 !'); define('MAGIC_QUOTES_GPC',false);