rabin 1 year ago
parent
commit
ae2b9b4506
1 changed files with 3 additions and 1 deletions
  1. 3 1
      index.php

+ 3 - 1
index.php

@@ -1,6 +1,8 @@
 <?php
 
-define('DEVER_APP_NAME', 'area');
+if (!defined('DEVER_APP_NAME')) {
+	define('DEVER_APP_NAME', 'area');
+}
 define('DEVER_APP_LANG', '地区设置');
 define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 define('DEVER_MANAGE_ORDER', -10);