Browse Source

Update module-install.php

tags/6.0.0
tianya 3 years ago
parent
commit
119ef89acd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/install/module-install.php

+ 1
- 1
src/install/module-install.php View File

@@ -10,7 +10,7 @@
require_once(dirname(__FILE__).'/../include/common.inc.php');
@set_time_limit(0);
$verMsg = ' V5.8 UTF-8';
$verMsg = ' V6 UTF8 ';
$errmsg = '';
$insLockfile = dirname(__FILE__).'/install_lock.txt';
$moduleCacheFile = dirname(__FILE__).'/modules.tmp.inc';


Loading…
Cancel
Save