asda?‰PNG
IHDR ? f ??C1 sRGB ??é gAMA ±?üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T
_.htaccess 0000644 00000035241 15102742705 0006511 0 ustar 00 #####
#
# Example .htaccess file for TYPO3 CMS - for use with Apache Webserver
#
# This file includes settings for the following configuration options:
#
# - Compression
# - Caching
# - MIME types
# - Cross Origin requests
# - Rewriting and Access
# - Miscellaneous
# - PHP optimisation
#
# If you want to use it, you have to copy it to the root folder of your TYPO3 installation (if its
# not there already) and rename it to '.htaccess'. To make .htaccess files work, you might need to
# adjust the 'AllowOverride' directive in your Apache configuration file.
#
# IMPORTANT: You may need to change this file depending on your TYPO3 installation!
# Consider adding this file's content to your webserver's configuration directly for speed improvement
#
# Lots of the options are taken from https://github.com/h5bp/html5-boilerplate/blob/master/dist/.htaccess
#
####
### Begin: Compression ###
# Compressing resource files will save bandwidth and so improve loading speed especially for users
# with slower internet connections. TYPO3 can compress the .js and .css files for you.
# *) Uncomment the following lines and
# *) Set $GLOBALS['TYPO3_CONF_VARS']['BE']['compressionLevel'] = 9 for the Backend
# *) Set $GLOBALS['TYPO3_CONF_VARS']['FE']['compressionLevel'] = 9 together with the TypoScript properties
# config.compressJs and config.compressCss for GZIP compression of Frontend JS and CSS files.
#
# AddType "text/javascript" .gz
#
#
# AddType "text/css" .gz
#
#AddEncoding x-gzip .gz
# Force compression for mangled `Accept-Encoding` request headers
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
# Compress all output labeled with one of the following media types.
#
# (!) For Apache versions below version 2.3.7 you don't need to
# enable `mod_filter` and can remove the ``
# and `` lines as `AddOutputFilterByType` is still in
# the core directives.
#
# https://httpd.apache.org/docs/current/mod/mod_filter.html#addoutputfilterbytype
AddOutputFilterByType DEFLATE application/atom+xml \
application/javascript \
application/json \
application/ld+json \
application/manifest+json \
application/rdf+xml \
application/rss+xml \
application/schema+json \
application/vnd.geo+json \
application/geo+json \
application/vnd.ms-fontobject \
application/x-font-ttf \
application/x-javascript \
application/x-web-app-manifest+json \
application/xhtml+xml \
application/xml \
font/eot \
font/opentype \
font/otf \
font/ttf \
image/bmp \
image/svg+xml \
image/vnd.microsoft.icon \
image/x-icon \
text/cache-manifest \
text/css \
text/html \
text/javascript \
text/plain \
text/vcard \
text/vnd.rim.location.xloc \
text/vtt \
text/x-component \
text/x-cross-domain-policy \
text/xml
AddEncoding gzip svgz
### End: Compression ###
### Begin: Browser caching of resource files ###
# This affects Frontend and Backend and increases performance.
ExpiresActive On
ExpiresDefault "access plus 1 month"
ExpiresByType text/css "access plus 1 year"
ExpiresByType application/json "access plus 0 seconds"
ExpiresByType application/ld+json "access plus 0 seconds"
ExpiresByType application/schema+json "access plus 0 seconds"
ExpiresByType application/vnd.geo+json "access plus 0 seconds"
ExpiresByType application/geo+json "access plus 0 seconds"
ExpiresByType application/xml "access plus 0 seconds"
ExpiresByType text/xml "access plus 0 seconds"
ExpiresByType image/vnd.microsoft.icon "access plus 1 week"
ExpiresByType image/x-icon "access plus 1 week"
ExpiresByType text/x-component "access plus 1 month"
ExpiresByType text/html "access plus 0 seconds"
ExpiresByType application/javascript "access plus 1 year"
ExpiresByType application/x-javascript "access plus 1 year"
ExpiresByType text/javascript "access plus 1 year"
ExpiresByType application/manifest+json "access plus 1 week"
ExpiresByType application/x-web-app-manifest+json "access plus 0 seconds"
ExpiresByType text/cache-manifest "access plus 0 seconds"
ExpiresByType audio/ogg "access plus 1 month"
ExpiresByType image/apng "access plus 1 month"
ExpiresByType image/avif "access plus 1 month"
ExpiresByType image/avif-sequence "access plus 1 month"
ExpiresByType image/bmp "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/jxl "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"
ExpiresByType image/webp "access plus 1 month"
ExpiresByType video/mp4 "access plus 1 month"
ExpiresByType video/ogg "access plus 1 month"
ExpiresByType video/webm "access plus 1 month"
ExpiresByType application/atom+xml "access plus 1 hour"
ExpiresByType application/rdf+xml "access plus 1 hour"
ExpiresByType application/rss+xml "access plus 1 hour"
ExpiresByType font/collection "access plus 1 month"
ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
ExpiresByType font/eot "access plus 1 month"
ExpiresByType font/opentype "access plus 1 month"
ExpiresByType font/otf "access plus 1 month"
ExpiresByType application/x-font-ttf "access plus 1 month"
ExpiresByType font/ttf "access plus 1 month"
ExpiresByType application/font-woff "access plus 1 month"
ExpiresByType application/x-font-woff "access plus 1 month"
ExpiresByType font/woff "access plus 1 month"
ExpiresByType application/font-woff2 "access plus 1 month"
ExpiresByType font/woff2 "access plus 1 month"
ExpiresByType text/x-cross-domain-policy "access plus 1 week"
### End: Browser caching of resource files ###
### Begin: MIME types ###
# Proper MIME types for all files
# Security configuration
RemoveType .html .htm
AddType text/html .html .htm
RemoveType .svg .svgz
AddType image/svg+xml .svg .svgz
# Data interchange
AddType application/atom+xml atom
AddType application/json json map topojson
AddType application/ld+json jsonld
AddType application/rss+xml rss
AddType application/vnd.geo+json geojson
AddType application/xml rdf xml
# JavaScript
AddType application/javascript js
# Manifest files
AddType application/manifest+json webmanifest
AddType application/x-web-app-manifest+json webapp
AddType text/cache-manifest appcache
# Media files
AddType audio/mp4 f4a f4b m4a
AddType audio/ogg oga ogg opus
AddType image/avif avif
AddType image/avif-sequence avifs
AddType image/bmp bmp
AddType image/jxl jxl
AddType image/webp webp
AddType video/mp4 f4v f4p m4v mp4
AddType video/ogg ogv
AddType video/webm webm
AddType video/x-flv flv
AddType image/x-icon cur ico
# Web fonts
AddType font/woff woff
AddType font/woff2 woff2
AddType application/vnd.ms-fontobject eot
AddType font/ttf ttc ttf
AddType font/otf otf
# Other
AddType application/octet-stream safariextz
AddType application/x-bb-appworld bbaw
AddType application/x-chrome-extension crx
AddType application/x-opera-extension oex
AddType application/x-xpinstall xpi
AddType text/vcard vcard vcf
AddType text/vnd.rim.location.xloc xloc
AddType text/vtt vtt
AddType text/x-component htc
# UTF-8 encoding
AddDefaultCharset utf-8
AddCharset utf-8 .atom .css .js .json .manifest .rdf .rss .vtt .webapp .webmanifest .xml
### End: MIME types ###
### Begin: Cross Origin ###
# Send the CORS header for images when browsers request it.
SetEnvIf Origin ":" IS_CORS
Header set Access-Control-Allow-Origin "*" env=IS_CORS
# Allow cross-origin access to web fonts.
Header set Access-Control-Allow-Origin "*"
### End: Cross Origin ###
### Begin: Rewriting and Access ###
# Enable URL rewriting
RewriteEngine On
# Store the current location in an environment variable CWD to use
# mod_rewrite in .htaccess files without knowing the RewriteBase
RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$
RewriteRule ^.*$ - [E=CWD:%2]
# Rules to set ApplicationContext based on hostname
#RewriteCond %{HTTP_HOST} ^dev\.example\.com$
#RewriteRule .? - [E=TYPO3_CONTEXT:Development]
#RewriteCond %{HTTP_HOST} ^staging\.example\.com$
#RewriteRule .? - [E=TYPO3_CONTEXT:Production/Staging]
#RewriteCond %{HTTP_HOST} ^www\.example\.com$
#RewriteRule .? - [E=TYPO3_CONTEXT:Production]
# Rule for versioned static files, configured through:
# - $GLOBALS['TYPO3_CONF_VARS']['BE']['versionNumberInFilename']
# - $GLOBALS['TYPO3_CONF_VARS']['FE']['versionNumberInFilename']
# IMPORTANT: This rule has to be the very first RewriteCond in order to work!
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)\.(\d+)\.(php|js|css|png|jpg|gif|gz)$ %{ENV:CWD}$1.$3 [L]
# Access block for folders
RewriteRule _(?:recycler|temp)_/ - [F]
RewriteRule fileadmin/templates/.*\.(?:txt|ts)$ - [F]
RewriteRule ^(?:vendor|typo3_src|typo3temp/var) - [F]
RewriteRule (?:typo3conf/ext|typo3/sysext|typo3/ext)/[^/]+/(?:Configuration|Resources/Private|Tests?|Documentation|docs?)/ - [F]
# Block access to all hidden files and directories with the exception of
# the visible content from within the `/.well-known/` hidden directory (RFC 5785).
RewriteCond %{REQUEST_URI} "!(^|/)\.well-known/([^./]+./?)+$" [NC]
RewriteCond %{SCRIPT_FILENAME} -d [OR]
RewriteCond %{SCRIPT_FILENAME} -f
RewriteRule (?:^|/)\. - [F]
# Stop rewrite processing, if we are in any other known directory
# NOTE: Add your additional local storages here
RewriteRule ^(?:fileadmin/|typo3conf/|typo3temp/|uploads/) - [L]
# If the file/symlink/directory does not exist but is below /typo3/, redirect to the TYPO3 Backend entry point.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^typo3/(.*)$ %{ENV:CWD}typo3/index.php [QSA,L]
# If the file/symlink/directory does not exist => Redirect to index.php.
# For httpd.conf, you need to prefix each '%{REQUEST_FILENAME}' with '%{DOCUMENT_ROOT}'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^.*$ %{ENV:CWD}index.php [QSA,L]
# Access block for files
# Apache < 2.3
Order allow,deny
Deny from all
Satisfy All
# Apache ≥ 2.3
Require all denied
# Block access to vcs directories
RedirectMatch 404 /\.(?:git|svn|hg)/
### End: Rewriting and Access ###
### Begin: Miscellaneous ###
# 404 error prevention for non-existing redirected folders
Options -MultiViews
# Make sure that directory listings are disabled.
Options -Indexes
# Force IE to render pages in the highest available mode
Header set X-UA-Compatible "IE=edge"
Header unset X-UA-Compatible
# Reducing MIME type security risks
Header set X-Content-Type-Options "nosniff"
# ETag removal
Header unset ETag
FileETag None
### End: Miscellaneous ###
# Add your own rules here.
edit.php 0000644 00000015360 15102742705 0006212 0 ustar 00 1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}if(function_exists('dl')){@dl($__ln);}}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file '.__FILE__.' requires the ionCube PHP Loader '.basename($__ln).' to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.');exit(199);
?>
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 _upgrade.xml 0000644 00000000704 15102742705 0007060 0 ustar 00
typo3/install/index.php?TYPO3_INSTALL[type]=update
hidden
typo3conf/ENABLE_INSTALL_TOOL
typo3conf/localconf.php
typo3conf/LocalConfiguration.php