diff --git a/modules/configuration.php b/modules/configuration.php index 94bfbd0..0288d32 100755 --- a/modules/configuration.php +++ b/modules/configuration.php @@ -67,15 +67,16 @@ $ss = Database::toArray(Database::search("nodes", Array("group" => "{$rs['group'

选择服务器

-

> 选择服务器"; + foreach($ss as $si) { $selected = $sel_server == $si[0] ? "selected" : ""; echo ""; - } - if(count($ss) == 0) { + } + if(count($ss) == 0) { echo ""; - } + } ?>

配置文件内容

@@ -122,9 +123,13 @@ $ss = Database::toArray(Database::search("nodes", Array("group" => "{$rs['group' \ No newline at end of file + diff --git a/pages/findpass.php b/pages/findpass.php index e620515..0ae41a0 100755 --- a/pages/findpass.php +++ b/pages/findpass.php @@ -21,10 +21,10 @@ if(isset($_GET['link']) && $_GET['link'] !== "") { - - - - + + + + '; ?> 登录 :: <?php echo $_config['sitename']; ?> - <?php echo $_config['description']; ?> @@ -84,4 +84,4 @@ EOF; } ?> - \ No newline at end of file + diff --git a/pages/home.php b/pages/home.php index a6c8555..4bb2fac 100755 --- a/pages/home.php +++ b/pages/home.php @@ -7,7 +7,7 @@ Sakura Panel - +
diff --git a/pages/login.php b/pages/login.php index f8204b1..eae8df8 100755 --- a/pages/login.php +++ b/pages/login.php @@ -8,10 +8,10 @@ global $_config; - - - - + + + + '; ?> 登录 :: <?php echo $_config['sitename']; ?> - <?php echo $_config['description']; ?> diff --git a/pages/register.php b/pages/register.php index 5e817cb..af4eeaf 100755 --- a/pages/register.php +++ b/pages/register.php @@ -11,10 +11,10 @@ if(!$_config['register']['enable']) { - - - - + + + + '; ?> 注册 :: <?php echo $_config['sitename']; ?> - <?php echo $_config['description']; ?>