Browse Source

wesmiler ECY 画画交易平台

APPLE 3 years ago
parent
commit
4d170420d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/index.php

+ 1 - 1
public/index.php

@@ -14,7 +14,7 @@
 define('APP_PATH', __DIR__ . '/../application/');
 
 // 判断是否安装FastAdmin
-if (!is_file(APP_PATH . 'admin/command/Install/install.lock'))
+if (!is_file(APP_PATH . 'cmgadm/command/Install/install.lock'))
 {
     header("location:./install.php");
     exit;