-
文件存储引擎:
- {foreach ['local'=>'本地服务器存储','qiniu'=>'七牛云对象存储','oss'=>'阿里云OSS存储'] as $k=>$v}
- {if sysconf('storage_type') eq $k}
- {if auth('file')}
{$v}{else}
{$v}{/if}
- {elseif auth('file')}
{$v}{/if}
- {/foreach}
+
+
文件存储引擎:
+ {foreach ['local'=>'本地服务器存储','qiniu'=>'七牛云对象存储','oss'=>'阿里云OSS存储'] as $k=>$v}
+ {if sysconf('storage_type') eq $k}
+ {if auth('file')}
{$v}{else}
{$v}{/if}
+ {elseif auth('file')}
{$v}{/if}
+ {/foreach}
+
+
+
+
{/block}
\ No newline at end of file
diff --git a/application/admin/view/config/storage-oss.html b/application/admin/view/config/storage-oss.html
index 73d9a48a5..66001320f 100644
--- a/application/admin/view/config/storage-oss.html
+++ b/application/admin/view/config/storage-oss.html
@@ -14,15 +14,15 @@
@@ -38,11 +38,11 @@
请选择OSS数据中心访问节点,有效值如:oss-cn-shenzhen.aliyuncs.com
diff --git a/application/admin/view/config/storage-qiniu.html b/application/admin/view/config/storage-qiniu.html
index f888e90db..42ec1a30c 100644
--- a/application/admin/view/config/storage-qiniu.html
+++ b/application/admin/view/config/storage-qiniu.html
@@ -14,15 +14,15 @@
@@ -31,11 +31,11 @@
{foreach ['华东','华北','华南','北美'] as $area}
{/foreach}
diff --git a/application/admin/view/login/index.html b/application/admin/view/login/index.html
index a0ec30cd9..389793a91 100644
--- a/application/admin/view/login/index.html
+++ b/application/admin/view/login/index.html
@@ -34,7 +34,7 @@
{/block}
diff --git a/vendor/autoload.php b/vendor/autoload.php
index 0623c0e21..85197121d 100644
--- a/vendor/autoload.php
+++ b/vendor/autoload.php
@@ -4,4 +4,4 @@
require_once __DIR__ . '/composer/autoload_real.php';
-return ComposerAutoloaderInite8b00394fb5b04f0787a40b0726242d1::getLoader();
+return ComposerAutoloaderInit415d1b9a7b2ee3822de734e6cbe4a804::getLoader();
diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php
index d2727378b..4555f2fc0 100644
--- a/vendor/composer/autoload_real.php
+++ b/vendor/composer/autoload_real.php
@@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
-class ComposerAutoloaderInite8b00394fb5b04f0787a40b0726242d1
+class ComposerAutoloaderInit415d1b9a7b2ee3822de734e6cbe4a804
{
private static $loader;
@@ -19,15 +19,15 @@ class ComposerAutoloaderInite8b00394fb5b04f0787a40b0726242d1
return self::$loader;
}
- spl_autoload_register(array('ComposerAutoloaderInite8b00394fb5b04f0787a40b0726242d1', 'loadClassLoader'), true, true);
+ spl_autoload_register(array('ComposerAutoloaderInit415d1b9a7b2ee3822de734e6cbe4a804', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
- spl_autoload_unregister(array('ComposerAutoloaderInite8b00394fb5b04f0787a40b0726242d1', 'loadClassLoader'));
+ spl_autoload_unregister(array('ComposerAutoloaderInit415d1b9a7b2ee3822de734e6cbe4a804', 'loadClassLoader'));
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require_once __DIR__ . '/autoload_static.php';
- call_user_func(\Composer\Autoload\ComposerStaticInite8b00394fb5b04f0787a40b0726242d1::getInitializer($loader));
+ call_user_func(\Composer\Autoload\ComposerStaticInit415d1b9a7b2ee3822de734e6cbe4a804::getInitializer($loader));
} else {
$map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) {
@@ -48,19 +48,19 @@ class ComposerAutoloaderInite8b00394fb5b04f0787a40b0726242d1
$loader->register(true);
if ($useStaticLoader) {
- $includeFiles = Composer\Autoload\ComposerStaticInite8b00394fb5b04f0787a40b0726242d1::$files;
+ $includeFiles = Composer\Autoload\ComposerStaticInit415d1b9a7b2ee3822de734e6cbe4a804::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
- composerRequiree8b00394fb5b04f0787a40b0726242d1($fileIdentifier, $file);
+ composerRequire415d1b9a7b2ee3822de734e6cbe4a804($fileIdentifier, $file);
}
return $loader;
}
}
-function composerRequiree8b00394fb5b04f0787a40b0726242d1($fileIdentifier, $file)
+function composerRequire415d1b9a7b2ee3822de734e6cbe4a804($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php
index 6e5b1e5ab..3582c5660 100644
--- a/vendor/composer/autoload_static.php
+++ b/vendor/composer/autoload_static.php
@@ -4,7 +4,7 @@
namespace Composer\Autoload;
-class ComposerStaticInite8b00394fb5b04f0787a40b0726242d1
+class ComposerStaticInit415d1b9a7b2ee3822de734e6cbe4a804
{
public static $files = array (
'841780ea2e1d6545ea3a253239d59c05' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/functions.php',
@@ -321,9 +321,9 @@ class ComposerStaticInite8b00394fb5b04f0787a40b0726242d1
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInite8b00394fb5b04f0787a40b0726242d1::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInite8b00394fb5b04f0787a40b0726242d1::$prefixDirsPsr4;
- $loader->classMap = ComposerStaticInite8b00394fb5b04f0787a40b0726242d1::$classMap;
+ $loader->prefixLengthsPsr4 = ComposerStaticInit415d1b9a7b2ee3822de734e6cbe4a804::$prefixLengthsPsr4;
+ $loader->prefixDirsPsr4 = ComposerStaticInit415d1b9a7b2ee3822de734e6cbe4a804::$prefixDirsPsr4;
+ $loader->classMap = ComposerStaticInit415d1b9a7b2ee3822de734e6cbe4a804::$classMap;
}, null, ClassLoader::class);
}