stany.ferer 2 months ago
parent
commit
8130a6a976
1 changed files with 0 additions and 4 deletions
  1. 0 4
      public-cms/.htaccess

+ 0 - 4
public-cms/.htaccess

@@ -11,8 +11,4 @@ RewriteRule ^([\-a-z]+)\.html$ index.php?p=$1 [L,NC,QSA]
 RewriteRule ^([\-a-z]+)\.vue$ index.php?p=$1&blank=1 [L,NC,QSA]
 RewriteRule ^([a-z]+)-([0-9]*)\.html$ index.php?p=$1&id=$2 [L,NC,QSA]
 
-php_value upload_max_filesize 5M
-php_value post_max_size 6M
-php_value memory_limit 256M
-
 ErrorDocument 404 /404.php