@@ -23,7 +23,7 @@ before_script:
- npm i -g phplint
- cd ..
script:
- - cp config/.config.php.example config/.config.php
+ - cp config/.config.example.php config/.config.php
- phplint '**/*.php' '!vendor/**'
- php xcat initdownload
- php xcat initQQWry
@@ -33,7 +33,7 @@ class Update
echo(PHP_EOL);
$config_old = file_get_contents(BASE_PATH . "/config/.config.php");
- $config_new = file_get_contents(BASE_PATH . "/config/.config.php.example");
+ $config_new = file_get_contents(BASE_PATH . "/config/.config.example.php");
//执行版本升级
$version_old = 0;