Skip to content

Commit

Permalink
Minor last minute version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mc12345678 committed May 4, 2021
1 parent 5c3a52e commit c9bf241
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion admin/easypopulate_4.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
}

// Current EP Version - Modded by mc12345678 after Chadd had done so much
$curver = $curver_detail . ' - 12-24-2020' . $message;
$curver = $curver_detail . ' - 05-03-2021' . $message;
$display_output = ''; // results of import displayed after script run
$ep_dltype = NULL;
$ep_stack_sql_error = false; // function returns true on any 1 error, and notifies user of an error
Expand Down
8 changes: 4 additions & 4 deletions htaccess4AdminTempFolder/.htaccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# @copyright Copyright 2003-2016 Zen Cart Development Team
# @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
# @version $Id: .htaccess 19328 Modified in v1.5.5 and for EP4 $
# @version $Id: .htaccess 19328 Modified in v1.5.7a and for EP4 Note that the default admin does not specifically require this file $
#
# This is used with Apache WebServers
#
Expand Down Expand Up @@ -69,7 +69,7 @@ IndexIgnore */*
FileETag None
Header unset ETag
#Header set Cache-Control "no-transform"
<FilesMatch "(?i).*\.(ico|jpe?g|gif|webp|png|otf|swf|flv|ttf|woff|eot|svg|svgz)$">
<FilesMatch "(?i).*\.(ico|jpe?g|gif|otf|webp|png|svgz?)$">
Header set Cache-control "max-age=864000, public, must-revalidate"
Header unset Last-Modified
</FilesMatch>
Expand All @@ -93,17 +93,17 @@ IndexIgnore */*
ExpiresByType application/x-javascript A3600
ExpiresByType text/css A3600
ExpiresByType image/gif A604800
ExpiresByType video/x-flv A604800
ExpiresByType application/pdf A604800
ExpiresByType text/html A300
ExpiresByType image/x-icon A86400
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000
ExpiresByType text/cache-manifest "access plus 0 seconds"

ExpiresByType image/svg A2592000
</ifmodule>


#turn off X-PHP-Originating-Script header when sending emails from admin
#uncomment to activate:
# php_flag mail.add_x_header Off

0 comments on commit c9bf241

Please sign in to comment.