Skip to content

Commit

Permalink
*变更版本号为0.8.0 beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekszz committed Jan 17, 2015
1 parent c28f886 commit 73749c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/Goldbirds/Home/Controller/BaseController.class.php
Expand Up @@ -5,8 +5,8 @@
class BaseController extends Controller {

protected function _initialize() {
define('GOLDBIRDS_VER', '0.7.0');
define('GOLDBIRDS_VER_DIS', '0.7.0 beta1');
define('GOLDBIRDS_VER', '0.8.0');
define('GOLDBIRDS_VER_DIS', '0.8.0 beta1');
if(version_compare(PHP_VERSION, '5.4.0') < 0) { //PHP 5.4版本以下,判断magic_quotes_gpc是否打开,打开则关闭
if(get_magic_quotes_gpc()) {
$_GET = BaseController::stripslashesRecursive($_GET);
Expand Down

0 comments on commit 73749c6

Please sign in to comment.