* Merge 18.8 www into Merge184.

This commit is contained in:
tanghucheng
2023-11-24 01:38:02 -05:00
parent a3e39514df
commit c07e4a71eb
3 changed files with 15 additions and 13 deletions
+6 -6
View File
@@ -5,16 +5,16 @@ Options -Indexes
# framework router settings.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*)$ index.php/$1 [L]
</IfModule>
<IfModule mod_php5.c>
# php settings.
php_value post_max_size 50M
php_value post_max_size 100M
php_flag file_uploads On
php_value upload_max_filesize 50M
php_value upload_max_filesize 100M
php_value display_errors 1
# for post vars limit.
php_value max_input_vars 100000
@@ -22,9 +22,9 @@ php_value max_input_vars 100000
<IfModule mod_php7.c>
# php settings.
php_value post_max_size 50M
php_value post_max_size 100M
php_flag file_uploads On
php_value upload_max_filesize 50M
php_value upload_max_filesize 100M
php_value display_errors 1
# for post vars limit.
php_value max_input_vars 100000
+6 -6
View File
@@ -3,24 +3,24 @@ Options +FollowSymLinks +SymLinksIfOwnerMatch
# framework router settings.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*)$ /zentao/index.php/$1 [L]
</IfModule>
# php settings.
<IfModule mod_php5.c>
php_value post_max_size 50M
php_value post_max_size 100M
php_flag file_uploads On
php_value upload_max_filesize 50M
php_value upload_max_filesize 100M
php_value display_errors 1
# for post vars limit.
php_value max_input_vars 100000
</IfModule>
<IfModule mod_php7.c>
php_value post_max_size 50M
php_value post_max_size 100M
php_flag file_uploads On
php_value upload_max_filesize 50M
php_value upload_max_filesize 100M
php_value display_errors 1
# for post vars limit.
php_value max_input_vars 100000
+3 -1
View File
@@ -111,7 +111,9 @@ body.xxc-embed.m-productplan-view,body.xxc-embed.m-bug-browse,body.xxc-embed.m-p
.xxc-embed .fix-table-copy-wrapper {top: 50px!important;}
.xxc-embed #headerActions {right: 310px!important;}
.xxc-embed .modal-iframe .modal-header .close {font-size: 28px !important;}
.xxc-embed .modal-body {min-height: 500px!important;}
.xxc-embed .modal-body {min-height: 300px!important;}
/* .xxc-embed #userDropDownMenu, .xxc-embed #visionSwitcher {display: none!important;} */
.xxc-embed .book-search {transform: translateX(-112px);}
#downloadMobile .dropdown-menu {top: -31px !important; min-width: 130px; padding: 0;}
#downloadMobile .dropdown-menu .mobile-qrcode {padding: 10px 0px;}