base_dir/README.md0000755000000000000000000000072113324406436011003 0ustar # SwiftBlue Style Name: SwiftBlue Author: OryNider Style Description: A purple-blue colors responsive design style for phpBB. This style is a conversion of SwiftBlue for phpBB 2.0.x. phpBB Version: 3.2.2 Style Version: 3.2.4-RC Screenshots: Image Style Download: https://github.com/orynider/SwiftBlue/releases License: [GNU General Public License v2](http://opensource.org/licenses/GPL-2.0) The phpBB Romanian Online Comunity The Mx-Publisher CMS Project base_dir/Readme.htm0000755000000000000000000004476513560643472011460 0ustar AutoIndex PHP Script: Readme

AutoIndex PHP Script (version 1.5.4) - Help File
by Justin Hagstrom

AutoIndex is provided under the terms of the GNU General Public License (GPL).

http://autoindex.sourceforge.net/
Please post any questions or comments in the forum.

To install and run the script, simply upload the contents of this directory to a server with PHP support (Works with all versions of PHP4 and PHP5).
Then, point your browser to the index.php file in that folder. The first time you do this, it will take you to a configuration page.
To use all the default values, just click the button at the bottom, or customize it however you want.
Information about the use of each variable is in this file.

 


 

base_dir is the folder that will be the root of the directory listing.
This will be the starting point for the script. Nothing above this directory can be viewed, but its subfolders can.
Make sure to use forward slashes, rather than backslashes. Also, try to use a relative path if possible.
Examples:

./ (the folder index.php is in)
./some folder/ (path relative to the php file)
/home/user/public_html/some_folder/ (absolute path)

If you're using an absolute path, you'll need to set force_download to TRUE (this is not recommended, though. It is better to use a path relative to the php script).

 

icon_path is the path to the icons. Don't put a slash at the end.
Leave this blank to not show icons to the left of files and folders.
Examples:

index_icons/winxp (relative to the php file)
/index_icons/kde (absolute path, relative to the server root)

 

stylesheet is the path and filename of your css stylesheet.
Just modify the one that came with this, so it will match the rest of your site.
Examples:

stylesheet.css (stylesheet.css is in the same folder as the php file)
/some_folder/some_stylesheet.css (absolute path to the stylesheet)

 


Optional Variables :

 

If allow_uploads is set to TRUE, people will be able to upload files to your website. (Default: FALSE)
But if use_login_system is also set to TRUE, you must create an account for them before they can upload.
The preset users are:

username: admin
password: admin
 
username: test
password: test


If you plan to use the login system, change the passwords or create different accounts and delete these!
All registered users will be able to upload, but only admins can create/delete accounts.
Also, if you want to allow uploads, make sure the folders you want to upload to are chmod'ed to allow PHP to write there.

 

user_list contains the path to the text file where the usernames and encrypted passwords are stored.
Make sure the file is chmod'ed so PHP can read and write to it.
(This is only needed if use_login_system is set to TRUE.)

 

If allow_file_overwrites is set to TRUE, when uploading a file that already exists, the file will be replaced. (Default: FALSE)
In other words, this will allow people to overwrite existing files by uploading new ones.
This variable only matters when allow_uploads is set to TRUE.

 

If must_login_to_download is set to TRUE, users must login before they will see the list of files. (Default: FALSE)
(They will not be able to download or browse through files without logging in first.)
This variable only matters when use_login_system is set to TRUE.

 

banned_list contains the path to the text file where blocked IP addresses and/or hostnames are stored.
This list can be edited by logging in as an administrator, or you can directly edit the text file and add IP addresses and/or hostnames, each on a new line.
You can use wildcards in the entries (*, ?, +).

 

If sub_folder_access is set to FALSE, folders will not be shown. (Default: TRUE)

 

index: Leave this blank unless you use php includes on your webpage.
Make sure to put "ob_start();" and "session_start();" at the top of your index file. This will make sure headers are sent correctly.
Examples:

?id=AutoIndex
/file.php?id=thisFile

The include in your index file should look something like this:

$valid = array('home', 'page1', 'page2');
if (isset($_REQUEST['id']) && in_array($_REQUEST['id'], $valid))
//if the id parameter in the URL is set, and it is in the 'valid' list
{
	include($_REQUEST['id']); //include the file
}

 

hidden_files contains an array of strings.
If a file or folder matches any of them, it will not be displayed.
They may contain wildcards (*, +, ?). For example, to hide all php files, add '*.php' to the list, or if you want to hide all files that begin with a period, add '.*'

 

show_only_these_files contains an array of strings.
If there are any items in the array, the hidden_files variable will be disabled, and only files that are listed here will be shown.
They may contain wildcards (*, +, ?). For example, to show only .txt files, add '*.txt' to the list.

 

force_download should be set to TRUE or FALSE. (Default: FALSE)
If it is set to TRUE, the file will be automatically downloaded, instead of letting the person's browser decide.

 

bandwidth_limit is set to the max download speed (per client) in KB/s. 0 will turn it off.
The number can contain a decimal if you want.
NOTE: To use this feature, force_download must be set to TRUE.

 

anti_leech should be set to TRUE or FALSE. (Default: FALSE)
This will compare the referrer and the name of your site to make sure they clicked on a link to download a file.
Setting this equal to TRUE will prevent "leeching" by making sure they download files directly from a link on your site.
Since some people turn off referrer sending in their browser, this option is not recommended.

 

enable_searching should be set to TRUE or FALSE. (Default: TRUE)
If it is TRUE, people will be able to search for a file or folder containing a string.
It will search the folder you are currently in, and all subfolders.
Searching is not case sensitive.

 

The log_file contains the full path to the file to write the access log.
Leave it blank to turn off logging.
The log file can be a local file, or on an FTP server.
If it's a local file on non-windows systems, make sure the log file is chmod'ed to allow PHP to write to the file.
Example:

./log.txt (the folder the php file is in)
/home/user/public_html/some_folder/somefile.log (absolute path)
ftp://user:password@example.com/somefile.txt (stored on ftp server)

dont_log_these_ips contains an array of strings (which are IP addresses).
Any access from an IP on this list will not be written to the log file.
You can also add hostnames to the list, and use wildcards (*, +, ?).
(i.e. put your own IP in here so you don't fill up the log file when you access your site)

 

download_count contains a string which is the filename of the file to keep track of how many times files have been downloaded.
The file must be chmod'ed to allow PHP to read AND write to the file.
Leave blank to disable this feature.
NOTE: When downloading a file from an IP addresses in the dont_log_these_ips array, the count will NOT increase.

 

links_file contains the path to a text file with the URL of files that you want to be listed as links.
Separate each entry with a new line.
If you want, you can change how the links is displayed, by putting some text after a pipe ('|')

http://autoindex.sourceforge.net|Main Site
http://autoindex.sourceforge.net/forum/|Forum

If no link description is present, the link itself will be displayed.
NOTE: This isn't really meant to be done by hand - you can use the built-in editor when you log in as an admin.

 

description_file contains the path to a text file with descriptions for files.
The format is: [base_dir][full filename and path][a pipe, '|'][description for file]
Here's an example: ./somefile.txt|This is a text file.
Separate each entry with a new line.
NOTE: This isn't really meant to be done by hand: you can login as an admin and click "edit description" next to any file.

 

show_dir_size should be set to TRUE or FALSE. (Default: TRUE)
If it is set to TRUE, the total size of the folder will be shown under size.
If it is FALSE, it will display "[dir]" under size.
NOTE: If you are trying to index many files (meaning a few thousand), you will notice a speed improvement with this turned off.

 

folder_expansion should be set to TRUE or FALSE. (Default: FALSE)
If it is set to TRUE, when you click on the folder icon, it will expand the folder and list its contents.
Clicking on the folder name will take you into that folder.
If it is set to FALSE, both clicking on the icon and name will take you into the folder.

 

show_folder_count should be set to TRUE or FALSE. (Default: FALSE)
If it is TRUE, the total number of files in a folder will be shown next to that folder.
Files are counted recursively (files in subfolders are counted).

 

header and footer are the paths to 2 files.
The files must be text files (.html .txt .php , etc...)
Header will be displayed at the top, and footer will be displayed at the bottom.
Leave blank to not include a file.

 

header_per_folder and footer_per_folder should be set to TRUE or FALSE. (Default: FALSE)
If they are FALSE, the header/footer will be taken from the absolute or relative path in the header/footer variable.
If they are TRUE, the current directory will be added to the beginning of the file to be included. (don't add a path to the header/footer variables - just the filename)

 

days_new contains the number of days old a file can be and still have [New] written next to it. (Default: 0)
If it is set to 0, this feature will be disabled.
NOTE: this can contain any number, not just a 1 or 0 value, and it can contain a decimal if you want.

 

md5_show is a feature that will let users get the md5sum of a specific file. (Default: 0)
If set to 0 it will be disabled.
Otherwise, the number will represent the maximum file size (in megabytes) to allow the md5sum to be calculated (I'd recommend something close to 10).
The number can contain a decimal if you want.
NOTE: PHP version 4.2.0 or higher is required for this feature to work.

 

thumbnail_height is a feature that will show thumbnails next to images. (NOTE: GDlib 2.0.1 or higher is required)
Setting it to 0 will disable this feature, and setting it to any other number will set the size of the thumbnail.
(100 is a good setting to start with.)

 

show_type_column, show_size_column, and show_date_column are set to TRUE or FALSE.
Setting them to TRUE will show the column, and setting it to FALSE will not display the column.


Language Settings:

 

lang is the default language to display the script in.
The choices are listed below...
(Default: 'en')

lang settingLanguage
alAlbanian
bgBulgarian
caCatalan
czCzech
daDanish
deGerman
eeEstonian
enEnglish
eoEsperanto
esSpanish
fiFinnish
frFrench
grGreek
heHebrew
huHungarian
isIcelandic
itItalian
jpJapanese
koKorean
ltLithuanian
lvLatvian
msMalay
nlDutch
noNorwegian
plPolish
pt_BRBrazilian Portuguese
roRomanian
ruRussian
skSlovak
sr_LASerbian (Latin)
sr_CYSerbian (Cyrillic)
svSwedish
thThai
trTurkish
viVietnamese
zh_CNChinese
zh_TWChinese Traditional

 

path_to_language_files is the path where the *.php language files are located.
Default: ./languages/

 

If select_language is set to TRUE, there will be an option at the bottom of the script for
the user to choose which language the script is displayed in. (Default: FALSE)


base_dir/change_log.html0000755000000000000000000001175513540106764012512 0ustar AutoIndex PHP Script: Change Log

AutoIndex PHP Script, by Justin Hagstrom, Florin C. Bodin

Change Log 

Legend:
(+) Added feature
(!) Security bug fixed
(-) Bug fixed
(*) Improved/changed feature
( ) Non-code change

Version 2.2.5 (2019-Sept-17)
(*) Added language flags feature
( ) Added language flags to flag/language/ folder.
(*) Added SwiftBlue template for smartphones.

Version 2.2.4 (2007-Nov-09)
(!) Fixed DOS bug
( ) Added Vista icon set

Version 2.2.3 (2007-Nov-05)
(!) Fixed XSS bug

Version 2.2.2 (2007-Jul-24)
(!) Fixed XSS bug in search feature

Version 2.2.1 (2007-Jan-06)
(*) Improved handling of passwords with .htaccess
(*) Improved default stylesheet
( ) Added Danish translation
( ) Updated Dutch translation

Version 2.2.0 (2006-Jan-02)
(+) Added a pagination feature
(+) Language is selected based on the user's browser's default
(+) Added support for PHP 5.1.x and higher
( ) Added Greek and Japanese translations

Version 2.1.2 (2005-Aug-11)
(-) Fixed bug when editing descriptions of filenames that have special characters
( ) Added Czech and Slovak translations

Version 2.1.1 (2005-Jul-06)
(!) Fixed bug with search box
( ) Added Swedish translation

Version 2.1.0 (2005-Feb-14)
(+) Added a .htaccess parser
(+) Added an FTP browser
(+) Added moderator and banned account levels
(+) Added a feature to let moderators/admins change their own password

Version 2.0.7 (2005-Jan-14)
(-) Fixed file_description feature

Version 2.0.6 (2005-Jan-04)
(+) Admins are able to copy files from other servers (similar to "wget")
( ) Added Thai and Arabic translations

Version 2.0.5 (2004-Sep-02)
(+) When force_download is on, the MIME-type sent depends on the file extension
(*) Using hidden_files to only show certain files no longer restricts directories

Version 2.0.4 (2004-Aug-17)
(*) When reconfiguring the script, the current settings are selected instead of the defaults
( ) Added Polish translation

Version 2.0.3 (2004-Jul-26)
(*) Nested if-statements can be used in the template files
(*) Folders do not have to be empty to be deleted

Version 2.0.2 (2004-Jul-13)
(*) All output is XHTML 1.1 compliant
(*) The do_every template command now does not include the last file listed

Version 2.0.1 (2004-Jul-05)
(+) Added directory cache feature
(*) Added include command to the template system
(-) Fixed search page bug when download_count was on

Version 2.0.0 (2004-Jun-24)

Complete rewrite from version 1.0:

base_dir/descript.ion0000755000000000000000000000041613777637510012064 0ustar README.md Style Description: A purple-blue colors responsive design style for phpBB. license.html GNU General Public License\n\nVersion 2, June 1991\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n59 Temple Place - Suite 330, Boston, MA 02111-1307, USA  base_dir/el0000755000000000000000000000000014641015553010041 5ustar base_dir/grc0000755000000000000000000000000014641015553010214 5ustar base_dir/grc/codex-sinaiticus.jpg0000755000000000000000000025002313734503734014262 0ustar #YExifMM*bj(1"r2i ' 'Adobe Photoshop CC 2015 (Windows)2015:08:10 18:24:20"*(2"HH Adobe_CMAdobed            " ?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?T;r1ZU k]NPsEηuw{,}4+}Xga \`8=O:jm3/h'y"#[Yn4q?܎,[G3??8%xk{AS/J۠vC]+V[}nhemklh4~fR~?أ~"H=;FemN9ƨgK֋DJ =\\DqݑPe WKs("&E9rnCOג4ܯ;C~{e^#$fPGk;i/ڝ2'tċu9sC7[UvN\=w65Wf+OkK@c~[;Юz!qdO7`T`Noz±֋Z A"79#6́[KvX~˨ p=zޡOT鷴-kL9̱ĵ/1֠Y[.C `/ǵE "\jZ][H %=V*Ymp}MIC7:=?Q[X6[- l#C,<}'bߑn{s7m_MgYӖׇ=I[{ND^ò+n8Ɠuwl}6GvY߼ׅqn>5`2aē7znr3: amw19O:w6BAЃnoVߢLG<1[M5`RѮn۹\=?"^E7XG`$ݺ#b[TVhK Lndxy=7Vr;z+ȶcƖED1U s9HE2,FEwkH-p0FwF98.v^wd";JL<=mtS裧ؤya?k봽o?93cIs][D;m?DY4$=*c(n,LKKv!ˉL=X5^~Mu>;wn 7[w@ʞĐA"wT{d.n!?2vq#i̧r_;s׵Ŏ׵Z;wW ]@R\IV/s:s$]KY[ `2wzU3+ |-pZ\M7o-гE,k\^ЀGcvg%ջ}FYic\ZK}^y/XMoIoPLgӱi-]\C"s8Nq]k{:q,l1pCauNev{g߁ȭKK-~FgnStǽ Y]1)uKݹۜ?o?Z&misVa?ziKc]{\ٽ{ ٵlmlg!eie>cu6C\mR.]e!=vַ=*}"V x5 .%ۃ۫}E1ŀAD7:^̙iځ_/1V};e~ZN kcOEmc=:}?W[9]ݡ&o*?࿝WYS'tYIqkk;zTkY-7MSNw=}oZ~c􉒏-K^#6@=u0ݴ|2ˈGCjbr4~yV2Æ3`46$Û_Ť7q$dʠ{Ap}&? jzlk0̶VӵcEx=KNj՚}]5}гog׈_x5\_ių)1sK`m; H߱5j_e5tWSM%{}jFEub[Z.> wt.ĸ@ZmcBm3jeΨq,isO==ziJQΰ[v.{>ѷͷ5C}?.[pK.{ >I97v՜v9l,qt=].$5۝kw59&&5Ȯڅj!nݿZ;l`ӭX}7o3{ݴoIeV/cqon.OG6>9w>Ӎ5]?|?aSmN=~K??D!Om{,sNo-kk:[!Ac Y/K,Xw{u`K~ݯvZ}OoIm$zG}=^ԣ6{7A ݵ/6ZAa!<{W7Au8N:Hˮok_/dk\D<1{9_]G!h>Cl7Em%=G~Hm緦==.;)..mvV6sYncOw;K#u~'G{3,5ZDWQ_3Z98c)^P~wt/Euml0=$r[]zm۹H2{Cu#c{ߧt|1sXI;c鷍ߤ'\籇VY+?"!gdN6kvcVmctnW@qf1Sk6䴲 ,-pto}?+鷂aT4k5{nYY4f=2}g/CoO5:s6\\FN?7shz9/.m!e=:_(VԢSX'hKwNkĨqe@{KzV-;Ҧ1XjRkH=`Ѱhhg0d8_fn=og_F˩Y[w5;/}{>7vVVgtXmnṭ^Q-Dm5 `c]W]U}55 y!k9馒9o5~p6|>vߥ֕[vz-k!zC#2YX[ =ӳ63O}, /jP#v @H.-oT0yc]yw;kͨ1M!ƶGa` kjn[_X-[>g#[~};Aq%8\}I.,;S7 mHPotS~K\\\gC754~{S!'qo`Xɸ5X 9}ޟci~O̔R:֮]&i\m5#Z;cn{fQveY˥~7Yg?4W7z>)Ƥ֒"2Wlqrhiv5d{Q $l/-n5_*Yŭq.{Xwwog/X[ŤYӟQ8ϯ9mBӫkQz_MŮqQ{=Im+ؖ6Zʪ`h01zTS\ȩc--kF>g󪳶mk6gc?+٦h2^k]>sK3'zwI.ޞf3{r}=kCk\d I[sw=5}9̩ cXvu;ggrk_aul-q%l-xݳGd?ު-,kvnOҏoc(.ÿhW;KD's[nL^CKD71{-7ϧ(̵%&\ em{\>۵^i{%}~EP :.{O>ߠ+3lTu^_yqp2ߥ_GA:/;v?5ٷmvzZa ꮯѲxge`]Mu{\[]}X D1|cor5.Х{q&LQXK˿Fm/;oҺ𿣱~پ!kk}Y^kب:Zo64ٷn{oU"p:#/IWQx.p#loOw6lǬD1k_J\YJ 1s1Gs(^YAFhiZᶆ{~EXyqRƲO{[?/)6Tw0=]۝Iz{KW4>/~6ǵo!A{UM(2bɏeNX;~58~k~wUXk̬Rxhٵ?^>mz#V;{To]=&) l`5?&N#)n쵯pLD33 ?X:oֲFokOkIZgpݺFg?OE5;htm swlOkO_N  ;]\qq#N#߷~>)$m@{N?=y~C\ݍmktuvН alwPBZ,psy9@K>?3ev8>.rnK`{IkݫZu~רe`V5 /'9?EO}Zks?~ZZZ9qi^5"GHq'swzv1rh=c\ysl_﬜~еubƾ|{OWvg? M7V[Ku\79pG赌'ޭ큻cZ׹ZۻѺsa04K!ݛX׽HVd Xi- {p- x C}۷Rk1/cY!csc"Q?uZĹ[n?5ϳ?_[+k vNƹ:FCCV=C;׃0vo{N#UY e4Vu/KzWOU9lk]k)Yn5QZd 6v!;C4KZF&Ki- Y}nd 7;QW`$6 1D=~gI{'%ilf"q{2sy54'ϿRڑSq SWmwAݏ R~q;|vb:ּӹN=#eǫ 'F?LOYףUye15'"e]VK:^-%v04־CuͰw<azb=-:a7{TFm! hcQ͈g44{lx.>#FJ-W<9g(5βFֻoh341$ L] m9SE6'ۨ?$/_&neoi{&kx];\[-??GSļYkZ@V)q&{Izw|KeV5r<[-$DU8o,?zVN[~`N:,k짼t g?'4pho18v{Ci~SnDU^!{0_nmo*2ո/G:tT[8*MHlkEMe%:,osom/r7jP '@eb3"ڋcY[[dťX1֫7wլc~;~~Y2b4>OTI%4GNtMGpԀcHZߤظZ:iZZQk{v{ B΍+ hhS4Qd(Pzq]EkAM=c/]cmUԖůflsڽ뭻khcu)(Zu_Rf-g췊n. -ݴs>ZuD3$$n$}&n$tLô5#18ߡ}i<5XRoi}XmuoH/n[RS2ѯWJgwgݏyEumpIQ\&Xi;d~~YKSOI?{uuvGvEֱ.`8ZNsFzfP3cauº@y]cqh9M-;+uM|ǹ~1iY^ུ+4Photoshop 3.08BIM%8BIM: printOutputPstSboolInteenumInteClrmprintSixteenBitbool printerNameTEXTprintProofSetupObjc Proof Setup proofSetupBltnenum builtinProof proofCMYK8BIM;-printOutputOptionsCptnboolClbrboolRgsMboolCrnCboolCntCboolLblsboolNgtvboolEmlDboolIntrboolBckgObjcRGBCRd doub@oGrn doub@oBl doub@oBrdTUntF#RltBld UntF#RltRsltUntF#Pxl@R vectorDataboolPgPsenumPgPsPgPCLeftUntF#RltTop UntF#RltScl UntF#Prc@YcropWhenPrintingboolcropRectBottomlong cropRectLeftlong cropRectRightlong cropRectToplong8BIMHH8BIM&?8BIM 8BIM8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM@@8BIM8BIMUcodex-sinaiticusnullboundsObjcRct1Top longLeftlongBtomlongRghtlongslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongRghtlongurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM( ?8BIM8BIM8BIM "; " Adobe_CMAdobed            " ?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?T;r1ZU k]NPsEηuw{,}4+}Xga \`8=O:jm3/h'y"#[Yn4q?܎,[G3??8%xk{AS/J۠vC]+V[}nhemklh4~fR~?أ~"H=;FemN9ƨgK֋DJ =\\DqݑPe WKs("&E9rnCOג4ܯ;C~{e^#$fPGk;i/ڝ2'tċu9sC7[UvN\=w65Wf+OkK@c~[;Юz!qdO7`T`Noz±֋Z A"79#6́[KvX~˨ p=zޡOT鷴-kL9̱ĵ/1֠Y[.C `/ǵE "\jZ][H %=V*Ymp}MIC7:=?Q[X6[- l#C,<}'bߑn{s7m_MgYӖׇ=I[{ND^ò+n8Ɠuwl}6GvY߼ׅqn>5`2aē7znr3: amw19O:w6BAЃnoVߢLG<1[M5`RѮn۹\=?"^E7XG`$ݺ#b[TVhK Lndxy=7Vr;z+ȶcƖED1U s9HE2,FEwkH-p0FwF98.v^wd";JL<=mtS裧ؤya?k봽o?93cIs][D;m?DY4$=*c(n,LKKv!ˉL=X5^~Mu>;wn 7[w@ʞĐA"wT{d.n!?2vq#i̧r_;s׵Ŏ׵Z;wW ]@R\IV/s:s$]KY[ `2wzU3+ |-pZ\M7o-гE,k\^ЀGcvg%ջ}FYic\ZK}^y/XMoIoPLgӱi-]\C"s8Nq]k{:q,l1pCauNev{g߁ȭKK-~FgnStǽ Y]1)uKݹۜ?o?Z&misVa?ziKc]{\ٽ{ ٵlmlg!eie>cu6C\mR.]e!=vַ=*}"V x5 .%ۃ۫}E1ŀAD7:^̙iځ_/1V};e~ZN kcOEmc=:}?W[9]ݡ&o*?࿝WYS'tYIqkk;zTkY-7MSNw=}oZ~c􉒏-K^#6@=u0ݴ|2ˈGCjbr4~yV2Æ3`46$Û_Ť7q$dʠ{Ap}&? jzlk0̶VӵcEx=KNj՚}]5}гog׈_x5\_ių)1sK`m; H߱5j_e5tWSM%{}jFEub[Z.> wt.ĸ@ZmcBm3jeΨq,isO==ziJQΰ[v.{>ѷͷ5C}?.[pK.{ >I97v՜v9l,qt=].$5۝kw59&&5Ȯڅj!nݿZ;l`ӭX}7o3{ݴoIeV/cqon.OG6>9w>Ӎ5]?|?aSmN=~K??D!Om{,sNo-kk:[!Ac Y/K,Xw{u`K~ݯvZ}OoIm$zG}=^ԣ6{7A ݵ/6ZAa!<{W7Au8N:Hˮok_/dk\D<1{9_]G!h>Cl7Em%=G~Hm緦==.;)..mvV6sYncOw;K#u~'G{3,5ZDWQ_3Z98c)^P~wt/Euml0=$r[]zm۹H2{Cu#c{ߧt|1sXI;c鷍ߤ'\籇VY+?"!gdN6kvcVmctnW@qf1Sk6䴲 ,-pto}?+鷂aT4k5{nYY4f=2}g/CoO5:s6\\FN?7shz9/.m!e=:_(VԢSX'hKwNkĨqe@{KzV-;Ҧ1XjRkH=`Ѱhhg0d8_fn=og_F˩Y[w5;/}{>7vVVgtXmnṭ^Q-Dm5 `c]W]U}55 y!k9馒9o5~p6|>vߥ֕[vz-k!zC#2YX[ =ӳ63O}, /jP#v @H.-oT0yc]yw;kͨ1M!ƶGa` kjn[_X-[>g#[~};Aq%8\}I.,;S7 mHPotS~K\\\gC754~{S!'qo`Xɸ5X 9}ޟci~O̔R:֮]&i\m5#Z;cn{fQveY˥~7Yg?4W7z>)Ƥ֒"2Wlqrhiv5d{Q $l/-n5_*Yŭq.{Xwwog/X[ŤYӟQ8ϯ9mBӫkQz_MŮqQ{=Im+ؖ6Zʪ`h01zTS\ȩc--kF>g󪳶mk6gc?+٦h2^k]>sK3'zwI.ޞf3{r}=kCk\d I[sw=5}9̩ cXvu;ggrk_aul-q%l-xݳGd?ު-,kvnOҏoc(.ÿhW;KD's[nL^CKD71{-7ϧ(̵%&\ em{\>۵^i{%}~EP :.{O>ߠ+3lTu^_yqp2ߥ_GA:/;v?5ٷmvzZa ꮯѲxge`]Mu{\[]}X D1|cor5.Х{q&LQXK˿Fm/;oҺ𿣱~پ!kk}Y^kب:Zo64ٷn{oU"p:#/IWQx.p#loOw6lǬD1k_J\YJ 1s1Gs(^YAFhiZᶆ{~EXyqRƲO{[?/)6Tw0=]۝Iz{KW4>/~6ǵo!A{UM(2bɏeNX;~58~k~wUXk̬Rxhٵ?^>mz#V;{To]=&) l`5?&N#)n쵯pLD33 ?X:oֲFokOkIZgpݺFg?OE5;htm swlOkO_N  ;]\qq#N#߷~>)$m@{N?=y~C\ݍmktuvН alwPBZ,psy9@K>?3ev8>.rnK`{IkݫZu~רe`V5 /'9?EO}Zks?~ZZZ9qi^5"GHq'swzv1rh=c\ysl_﬜~еubƾ|{OWvg? M7V[Ku\79pG赌'ޭ큻cZ׹ZۻѺsa04K!ݛX׽HVd Xi- {p- x C}۷Rk1/cY!csc"Q?uZĹ[n?5ϳ?_[+k vNƹ:FCCV=C;׃0vo{N#UY e4Vu/KzWOU9lk]k)Yn5QZd 6v!;C4KZF&Ki- Y}nd 7;QW`$6 1D=~gI{'%ilf"q{2sy54'ϿRڑSq SWmwAݏ R~q;|vb:ּӹN=#eǫ 'F?LOYףUye15'"e]VK:^-%v04־CuͰw<azb=-:a7{TFm! hcQ͈g44{lx.>#FJ-W<9g(5βFֻoh341$ L] m9SE6'ۨ?$/_&neoi{&kx];\[-??GSļYkZ@V)q&{Izw|KeV5r<[-$DU8o,?zVN[~`N:,k짼t g?'4pho18v{Ci~SnDU^!{0_nmo*2ո/G:tT[8*MHlkEMe%:,osom/r7jP '@eb3"ڋcY[[dťX1֫7wլc~;~~Y2b4>OTI%4GNtMGpԀcHZߤظZ:iZZQk{v{ B΍+ hhS4Qd(Pzq]EkAM=c/]cmUԖůflsڽ뭻khcu)(Zu_Rf-g췊n. -ݴs>ZuD3$$n$}&n$tLô5#18ߡ}i<5XRoi}XmuoH/n[RS2ѯWJgwgݏyEumpIQ\&Xi;d~~YKSOI?{uuvGvEֱ.`8ZNsFzfP3cauº@y]cqh9M-;+uM|ǹ~1iY^ུ8BIM!]Adobe PhotoshopAdobe Photoshop CC 20158BIM http://ns.adobe.com/xap/1.0/ Adobed         ""   2  s!1AQa"q2B#R3b$r%C4Scs5D'6Tdt& EFVU(eufv7GWgw8HXhx)9IYiy*:JZjzm!1AQa"q2#BRbr3$4CS%cs5DT &6E'dtU7()󄔤euFVfvGWgw8HXhx9IYiy*:JZjz ?ثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWثWb2¥8u,;U!:LehnZn?W"’u R rR8^m 栾g҉aN2N_o?/Uc!HOf\Fhw6`ӭұUG,>,{'i =J]sVi;߱OWy(B䫒%8_Zm~bM{`ǒ~n:v^>͘>StmLXՂ"^_e/ u _gis*-ڻWM"; ~/b+pݻ%I+곡`F*X(F¦' C+mG 5FѤrWRW'e oXC^`!ARX(W!wo-Ϩc}>_A{v-_?c%J{F '#u^$BA P u=1J% ÷}T_& B@ $2q̰;z醖г* zTƒ ;M 67F=?MGNLPP >+]nᖼ@M9$+֔%pM6Էa[nɡ3$$ ^Q i04۵vRnVc02$rՅ81_@~/e-ޛ{qn^8g **qw4v #_FQ_ +SK1;c cu/61%-vQeHwo/Ov.ʟ&LX ba!d~Ԛ$[_kj=")[C0T2Rl,!bԯt6 @z=wVNٕ*A`k~#|jAÚfSD}I1j*)BE-~E;;)Z4toNW!L,k"#b!BЩ9&%0 U#z|$ L[PE(ct +\(A W1-"~ $xCثTO.E1K++'c*4ٔ+ w6BtH r hd ɸv?<1DwNpa##|bZ(cT ܐw[+IZ5Y['ĕYr(O{)b{f&ң}rTdpG =*2 #u$Аzdܮ2PЖF^BO"F)$ tކ "tdFkȑ9>ZG6)zv<(H)QO:$lwL&Юj|1TdbkQPȈJOl5 ;m u%HLV*iHA]E,m(q*8fH 2il)Wpa4ƕR2);GBjA=%E- =CV"C%QjjFpp$ z~daYŒ-}Y!ҭdBS[T#AcWn2eyDEy8-iw!('gJ| 7rU+J+dhJd DPSFE !՝٦[X5?u = Ud4.dn$  ثTͥ"tcPR&ZV>Yd۪xױAj!lhSTQ!RM~+-(X]6ÿ݂jU?=-"x³KjZ(ޣ`VEP-o} E"d}cj1E)jZVߟN$ne X $Se9wJ[|CL+U00̫Z`U [a^?`JT4V5h#>HG4ޠ#*,yk-lVWo\~;/ċ p'V|u"E=*+|9D[ =kp8;W~'9 eKzyuT}sF5 U#3sk2+4+v5 ة?HWWp[ثT<zf}D'y$syM9̎r5XTn{&bȠ Fm5EZ3jJ#CN|E?`: CZz1va -N1ʀK_ڦΔ希xz/ƻNQHY hFth+q𓰡+SJAESʱ @tlHDGtJ& )UHGRH8U?dB=n[`ZJ Tw#,-a Ƞ M7Aixm7 dm ȿB|rH_9@#fm uT#[&V1QPL1(b޹;+4۽;JBBMƊ' ܘ6)F߮ty1]lpS;ZT, KTI\dM[dԎ%X9Wٷ= }8Ҡf@YH VHѬrJ%z8ժ- iǏ0GJ5݄Z$^F̭҄񑿙 BQ\~D?7|2Oq푕5+cFLU1p3ۊw )WՍ+u߾Gd]vtۏ4ۙG9K~%Ӵ1qum6=Gp_KG=TVR-]B"A+qF $CbGǤTn> +;#lmtۈL$SLpf Rn=9 ķ^UހXC LteVvP ,}"H-Jص+?\, Fi r AvHrF"PY~'P'B'8FXSGEJCT} wI;3 r)Hw%#[䄐ݩJ(FAB$HZ5(hGcRj~L$ (P+BH^TOQVhOUlb+<$UFcTF0lzmnñ6Zl)HY9ڠ@)ginjȤެ2;%udapQnav0GAB2sEj<ԫRhpIt<֤.xdd4/@zQ(1-_<:4hx_s,ÇGX_ثT͖O}F5g)k-O9I1 ,'Uv:.j(Qo?k , SAN;x$HA!ksjāe8|R9iJ;ƸKm-^`PBA%GH V7ocRݞ: mGp'-B7cmܳ\"bEa, 2G=ctfdBikrhK|`*(H;"m/mپ&Qmb#p`߳Z(6'2W>;`Z&'bAӒT% IVM@hWpIB"^ ^Tu%i.8C.p]-Z.rX|ՀZw…XY'>|%tD#DVW& TXC Xր> BĎUYISJiUQSsU Ъ;?,h *HVn< Pe2J*ƕC%N &䜫%Dqpv E(KeddR>ȧo낉H*Ihw-# T/TEIi=K>FIDcPQ@ZWuu} O'B2+du91)(@V$Ӿ@$iChkH +r'j\@i7i@ 9Urg{Ke|e,~'RܒؿkثV1~Km*E*?h"'* ,JX4]|ܓsD= 6A $Sz&*$HoZ6<(WH !^5vm,\(20!KZ/)eQ$XTU;2EjT)Sݻ%v/# ,uWR#feEyp>n*rU,9]R4`A5?g(MP5>p!Q+b~ ھM/8A#r`$// HGMo^do: 'j0 s! G9cBzUT{u'%hnJ o%Ո: !V9yS^y~Y$4N総j7JmTn,v !D6ڽ+A!ІzWW6ǐU:58Z(ƜIHQ6?lIT)X26QCནHj@ER$,^*"L"El@&>2rH-m2[(b䪴_Qr?ثV%kg. 8Yᒐ! _cgOAv+|kZ820H쑹 5⼉NMJ47(˚QmT' GF@`JA= WЀ kVSH $FM>*G+vX3Gnd@?]'?G*ʚ{B9|Q}cv1ƔY߫ 6t'qk`[ʑ 2IcEX!fu#I J)ftUא]AY?y'z㇁3S'*/ɿ⼟bEhXzPn~Ǧm*i6WO%L,]Id~,1%B!ʛn"A_iw7BfU]G;b4hQXLf!xfWoie՝TRB)9s}rRX7ՉI%lCCIic,,s7EsdB:>qd:g&g[KXvWT #11}bAMlh6Zk.=Aw KзWa鉕E~./Q-8чԎuyd, F\V 6мDFvBVUTI%RmcHg%DCgbqs$E>5hi>zܢݞǎe{Yk{)-yKy[qN 4[[`ȿ(͢z׋O[JQbAk(2,Rj$Gp۸_޺/L{ͽ~zB\E)4qW@-[ۨBj3j`Ȇ`EѮ"?G)^=o>1DQ&l{PIQW| Ekz2o &TDAd|L)JkbiaBq^]ux UoI{Ek'-X ) _Y_ r d@R3y Xk[kvFfeXDCya_xA2)8ɗ i ^/xV0O!?xGVCzqh$^a46I>u}iH ${x೷- kq4wM2H"HUIopyE̴e%4^D6GT=I4YVe}Eԧ۞#i3Yf "_Bz~ϽBiJ?-(Br`}Ud?`u26s:ϤO'M%wsFR,%yGKd##l᷹fu[kXy"H VF풳z7=[| `;sŰTۈtv{{Y[I+VcՖccmku(, " OsK`6YF qyKI}^5*@X& ǭix{0P+5J̲Iw.##fy(0=rr^BJX3u=8 %vl"zRKI>$=2O JR}`zr|MOɸdO>m]Dw#2qҵGs_ޢK"D+FXdr[Ԅ[hf8G~FJ$V2K)5fuY ,P}_Y6[q1pPDnj9dfow2;%Tb`]iqR NF6eۃ$3|HVB4H&VC.AJ)侶Xh `ܼX:?B~}CL|AZx;#dA#B=LٴZ)p_A,%#s2whUKIQ+4 oF+_D' C$:սO!4ili^_偿y/?Bn$JMbYfsy'F˜V+ɱJ3V5P/4D&N\8[>�nM ?(p=FZGkrϪ祀~d!.#LZKnN|[ƒ~$r^zs@a)HL?^p’~. ﭡpm3 q HH!_U^;e+x䳕#J+HhB?Ỏ)/x;vӭn_U Fuޱ%\!2NE~Y!v7;e ˛oM:&aJ䲉Un~SثWy5cEpx$T6SsJV[YC,tfvBcBQHLUJdTJ ݶNTA%фآk!ˡbM;F!8dPawR2p[q>ӶW&qbڔWQDY^[Deq=GB)~R8{tNKUC!#iy 㬋,, ߛi%[:z-ی#KN*&aei5HRбzsH,caUoSpT7n%SIIj0zzJёqVy,#OWi+ժMd}1bPV?,Y !>ka P+ql}I=O[?NI[H̪W+ ,1ϋ2͉& -i6w}.[[{bF?XU?8MCC)O!-!ipc7=&EI7[9-IU6mcWdy+Et,Kp 6.m>Q$qGNSv=򭭞^-Wi p. fX6M$H~\/̰=ݺ[E$KGurǀ_~2QA:~XwB [*zP4/|Hb]{>Ի$3J?D@bc`B0]%_]O%׮ D w62_){7]t V]Tzr:>)-B0H`+JEZ,yz>W$Tt&St;xhYb-a$2'W̿BVQ7~jXhἅ!dg~a90𨻥8QOvmxCuUF -4|y|+OևMWQ)dt@.^_ 'hm87WĆ@4.@`55 `q|_~a7 R]2%-I4),?e?+2/&v_$ ,qi='oUV {[cnǥ*rBIAh)oܒ`!B( ua+ͣ3ͷ/Qՠr6o* 4ӽcRr)1Xa&!9Zծ$582i#IGEhRaBiL _sc}G8EUBDFiyr ԏOO 4,緌߁yEo[_Sİhz!#1e~'=OٯM>2L>CRJ Hw^3o]gq=Q]rxYݣa/%K^eT̍[D[j HQ۔w5 wVLҘ=GW knb!Lb-U.IQ KG* bwѣ)ݼ?c,Ae XTHm?[ '~ĶxRkv"z}^ܬ2 ̏nV./?Q?O#aLɲ]{L>D" !ƌσԏE=pfVI>\8}rsy722!BwZjū,P]]zq|ʃj^Ch΄5omݟ䑲*uè 65ʴ#)͇TI=Q {wIn2ޛט9ukN`/dTsJ|;nĹ&;Vф "J5Z.pABk㹴x%ŵ8+OG<~(֋[i=Ţd(4/#ciY5ΫҖ}2Ru@zsO\|xi$TP5̒E!Io#{ [mk~ԯ(c$w5 nKTASxѴ@ܣVYzkGդ{ǑEwfi Z2b#,]?H1*1A1BPӣ}XX'E(A!ǣɕL<Eo2RjO-U]6%65NOs5gثW'æ@bW_eܜP7G[Żubð klZG#Z;{yg$(,:$?`+MoPFN'qQPZ jr(*d jQH~rW[ KfX(Y[r E6N8@_z?W6tSӵZŲ+JJiGr|^n)U'TO4xdsV6䵕cޤ27G6`KeVxɑj=F<|y}Owz%-A RE?e4IK!Uhw"MA'8iPDrS/> ɜoCjz^<γH#)/(Nj-R4VsE!D{QH] ke^[]"Y}0Q5ƌB^(iyG]mO0",HU_LԂޫz_d.94.I%t s$a9qӢ\HX.LL=۳I)?S@"T*KY|[F߼xy1QwY5N p_0SLYkcljJ`\I/?d/g s]<җ ^oXq I,06ۣO.GecK; 䯨oNhv3[r/ >?̍,ݝ (![J^_HpVoOMJyoK[1grHOG&J$!{Ȅ+OK{kKIہU X*we12]\y~}BiHn&u7&䷚f%h_I$&pꑨniBk}'vwIvDVXRD(đR?ixJ&RKq.cԢT)d qv#2BTeb+MImv*=Rmp?/wcȚd \mVӭuͫKVc0Ԗ$̱٬O&$ ;Kk8DM$tI;gאU$CYw!?Lz4rr՚$в~*J:-E*è8$[8ھAr 9o quϯK-mLZjWikωR"Kn$ylFf0nV#r[^r^H〈@rr/'ɒ=7qD$- 97/\-71ߓh;l}XbU&-|KɝT;K/=˟?ȁFocܼ41ę~7۲/ `SiFîbwO Xz#U}DH x M*U) X&G/4I6hVGE!lOV6I& DhLK* z`g?m;.B#OF%Mߨh*:s R4_xQ#&9K1im*5ƶ2A2tqT9%Cfʑ4RS"!igR:OZVXGZNL|_s}M w.n:~! m.GAKᦢԏZoާ2_[M"!pSSJUa,l\=/~<R_:Vծ-9NQOycVEr4`SWgͭhC kId, cQ6Rwe98I76ՍŦnשh5d"y $d]CMnؔhp T4kN*ܻ,d(立[!+8d_d94C}Ĥ u4\B WѸIz/qu,G~Rhp 9 Q7 fN?`Gc*zG'`'w09KֻqEe?w6MZ\hJ Yf12~ cJ/$އ4yqݑMΚ4;Da񖫤~ $|x M+4}.Yt[K80[bi>xA֭sc ׶JIۼPb"] =/O?ߜ$!)A-lL,vI_O?F2 N b>^Jd)Cj`,1)#F2]wR?3 mثVcH TzӸ9U{v^-.{w[%hW;ө-3S;!2Vu`v¨-Hjd$`EjvehMfXb&0B*$/Sc[%Ma% %Zu FrJȟ_ֽ/#*P,emHh# !8)3铀!˧?/LJ6QPw .u0EqOBYJ~8zq"sʧ&Ȕ\VBkY#y㗑eD_$6XGh0@L=֕{irp{q4"DORO>NVi-cKD~Ӻ/ bYY4axzT+O xY]&\$YUbJ7 /,sɍJGOaQ,`꟢ӽȖz$6H4|? f.l:r+X6Uhۑ my4v/mŋ@~qu͏ 9'覃JYL&V ܭEu$V,lZK䲍MKW(cG|.{{ǨJUL?5geze<Ц'kYәKfDC~|8BpOCAb,TE'Ou4_oԓK0oi!`T4di4Eg/" V7"$jŷ ZXah(9.xD Yj kmkqI2Eh#1!&k*.Q~ܿF$Tu^[ٿ%4oSs;{MA.u~VKщxK,AX5Ohy\Z[Vpھ݃3΄H5Wd`*Fі =o׎i)$ Ƽ[icO efS`Kxd5L!SZ ψI!1j=7l$ۯH?b)nib SȀ TlJUUO%V`$ZoB[Y-?[ yQmTq_Kkϗ9_ehZI4R8!r s|c¨V ̱rx%^0qo$/] Ɛ/YPK79j$rW0pV?UVR?IJ|CC,|6A¾c ,*?S+}f.\UxddR㦙 ¬_ 6k،CK1fdfb 9~}?ݦ""5a #e'kAb.aİ>Wӯ|< Y Vtbуb BoVo/vWEE[ f>,Sᢶm4ZUYXV+蕊@ZFXhլ.mylgF=%[/r)IiW6fne6c%hSk~YQwGm-$H4ӅInVM;]ݧc9.9&LhanvՐ[!~7k~|ߟ?ZLl5V?5(LOӒo:zceH [{dtWIݼvEuR_5"xJb&.up%pm$zwA7ɒ6=KHKx\VfRrb9V&Oo%_0hZdw&k[Ȕ;G+Zdnntaa='bekp7'‹St[8`,ev,Qc.QoeeysjKssYA ̄w1 gEu[[EoZF-$5~oΑ,iݑ]ZmWRroweeDc_xscE Q&ytԸM>;x*J!پ49ly OƞexbEí܁Ek5E&LMIYnfoVZS qkȓi!qir[ysݹ$n&WD+uĀ/&y `0^#T,&"̖a99I%]e/);"ثV7j•)5JUQZe|;IKkL!ʊT+NȐw&u2h_ij@Gn*SECl[jT7/NuҡkhF-FҸ<0OŲ&I,F9Rt")V+TR;WF'>4WHn$ 4c*W[ʿg$Ѷ!"ᦲ lBiW4oH_oJ4h2KuFeZVRq[' AH{ۄnd(@B\"mwG-.p%nknTq+s*׋|4IIPM F^=Fao$KPk ϟD]閆UԨ"Z,HYo, A)e aul?7sYZɹ>rOoQY?DZZ8"g!fm+F5ުGBOWkZ#)Z;H"Izavb^L&y=KXlI-洒 c/*!I]X+76np}2&;R]g,--1<6[xuoXd_U}+Iy\*i+4 V du~v"^q{{.IO$މinюON>{ZPaІ( BN,v܋/XOdW_0Co}"GF"RK1'A,OId@ 4CxCI/[kJchz-* t#%HHg֮mFa^,(3|dHx&+>EjOKO\b{;В,ԋиoJWI:Ki_ۚ?@t/0g0 ,ޜ#9ue_Hk&7c֤i4j.㉗~:#4ƝmiG f+6UW1-1nmtnP}Z;xD&M@K!<#UOUxuIXt1nfEԉ$Bf.  ^`Gi4%cTW ;~_ޣ񳵗|m7K(1&Uxğ[*$UP794!J(N<#`iFmݟπ (l.-enm9S՝Eas=?S@j~1&d v`3Mfh}^QCH1)i!:FCMwE K/uL AuF?QQ[n^ʗsy[&0q#~?tYoP}m]Vw3Zj2cf"C2 q^qI"ڹMoUmedpcۖcO$" A*TңY^I!?ZVY#wd+f{;T%H6;B./9#yd8zӝAatpMxqMc/|-?Fc&W51 LnNյ; 㳼HaeH~_?,n, ji3]$ԋOP"}V5/2`?i9.!f𮰒AMDXIKԊw2a1k]dӇoqmpoNT*SH6T.-dkl&_I aIRVH#߻ZJo %Ϫ.xW}j4\T[)bŢ* to)8ң/i-vHxsxo [%{;v٭ ,>TQ9[ ƌ5 OۑY$ABT*eU3l ثVű }rbR6$?LId,u`iDG{LF'he*CP1ٺ[Ku,Mw+n?Z<^n*?0mKN hO yNrq-̾wn$O"22GZʕim"PZ"ބ?zEYtƑ1Ɨ9Eѫ uwsHcW&b1ҤYC-(b7!#Yo*4_~^i& $ymy̱]*RH-$5Vޜ<v}X"BSl뚅Oa ā{>]--}xKnYGK*@艶 ] 3 L틇V xBKĉu*iN6 j0T mC 0op>2\ox9H՚V/k;?_z*YДo7S|ߒ_蜾*KRqѺYS 8XCc#??KH;MN e_k54p}C?ILW K$BhRboU \/'c%{Q7 MrHCzgvwZ/ M0#dZ}e"R1p%O~||zfYD(:"c~ @uJ[ZAr."SHL1NUeۍȜ[KmMc;љ `EXz k1 A=#Ѩ.KPQu_yQ_V]Ay-ģQwI+M}OoGI}Jv_e[IolⶌY%ZA k$-,hG/%6)X|`b e5f?i##{Yjn&1Ng\Kq8صGxx;A'u^ΔpZZF[;I%i(84?#&eg6T_v#JTI1ҡV}Ey~|La(nK}5&0ܺRm,Oy<8DЯioqg An$)aKQ,r)ncx., %`N[Ex!RmYxVCj푖좖9kJ5h- ٥o`4ExV]mVImwˍѽ c_ޤ2TaӅ5$^nбb#mVKG:#i܉xڜ]9fxS|$@KXm9Qi$kY9gsROr%&}L% ++03_$m G'܆7& jK-Fkx-!XB*\xzbT{widUP7cO[3-FE;R V.n-rKY.-!X7k~ d}tƍܝYVDfԮS F!EsY$1\p˧%nmqyR$3pӇ_$K8o>$[#0 v44$i~N.nE8} eՖ+isOſ#}DFbLXI[=;UЇ$XѮ"97e6Mk5ccD;y?CNR܋y3@ާ9q'o@"9:y'`2`bH#.JЎ4g)$WJr~acO6ثVs,B2< -.W>h)5!ߨdi /Eߡd!zqVcJɀR5RM(۾=AAR~pNG (-iO fJ%\HrecuP*oSzKU$ٽRſu:|e՞a}:_ʲiAB9[1yroS?G$DQiG{,bXA;+Gx7(9Dr[wUct% e{[i~_>>x7CCoc(>9 Oo'Mѣ9OO,y+][ͤjEWwyH+9r}ĭM֙$I Ą;c}EV[QO? codMRUI\?X ANإ7VjiF~upp?gw"YIMzhcctVt{_JKyeO14ՠ]H+'GOI_/_w(Ҕ<Zx.u.!\4nQ>췐Kɓ#GrBEz#w, G[sl-TB)=1ǧ03$O֠F H~Ŗݡ\1N9KC!%^L&7`x䶅8|{/cCqxnF4(H0J{ ߔG43 ^>D*ds]ڛ}e1Hżs$_:.cPJw)m=lH?iv'd`^7J4ʿX'_mX'ZlI_ъ?񢏊5@ABH_whWf=_di?f2m=:8$aU!3rLcx~zѿ9G!~.gi1HG hiq?n~FԙX˦[HP-%oeI#O$qI)o~iݒ*-mf&VY O!#H7[hl,l!*߷߄V-uIH4&HԴ#m"ثVOLjPbb`_3!$ %{WɥM9-TRG]d+N2`!4^wR"n{ T_j(j?DNxUJ)^-BQFen[+ʁ+ܰOE n K[y:m+Y[]2b'?J8&Xt!>chzZE1~)Joo;6,i)x/>"yj\F_K"'>YQ"}y=6c%ATkM,0AqBUm#K8ׂ.ΜORwm4.!;oK #flK pR>¦%q^OViQ~INɆ%̶1Ms,KoƍtQ\j;mBIiiqtGvPL_񤈼:~g,C1K6qHX[6 ƞ)7mmJ +᰸渵 ap+sp T}Y$|bMiK9q<󑘵չγ-ċ-ĝY,`MrIͣ 76&穑*ACwu[]m/պd2, $~׆1%J>2inl).`h" eiٴchRD2Ld!**IN!wkcdd'92'O@şfD!5 MnTjY~t_ڸ>F!$|mA#4{y.E.7*4S%ึb~+\<=\zLbh&~ 12 PdGY fs /'p]BYD% 3^L>YEzg)5ܤN~K4F@)/Fww/-Y=V8%0u^ܷ[ ,$ VvQv_JJ#MQee"MK7iȂ.(Z;J {kuźߜם?|qW%Gss%ՖwRv/Fou/Qy#yr_re\%j[֛MO4oݿԒ]ov*Eu vYvu> jثV *oҊj悕[HCwZed(M`E+" AId#oKefZo]H##핒| ~OªI @|U Z6eHvҪx eu4]hC;ޥź|l__G_ެ[)]AhFڰDnoX6FD'Gv[zEIoWQi>8[Za[GI_ђH:>48Xnp]s FK{V g5hai~YA9TƵ9O>TT1ۍ,j6:2OH/3_E{`{=F%h/VuEqoN>iJ],XZ&g+(7Q>QK]+ӓOm:Qcu| q1a~W޼-,r5֗ W},d cB+(I-M^5WHEp\~*S;ދ{Cn-g $*>F]2DS1KoE֡%Xc\G*I`N,ZXh$n%: Ak; {n -~} fxEQ 8FM!i%?BF*lX4#Hj5p1H9ƱK?w!o4kӉV8Vaf7|?"(%t+Ď iD_o$C?ަGui#{W6/^d{DfqoS L;;+D;Y$E[ܼK#܉"]^z0<$XּvN?OX[{xŮE3}TىXI'BeE5b=%M?ؽGu ePxuN"H9ᗐ&aHs'&T7M-2]0HU 4 6ϗ2 :!_ZkkțcgAqo~)vNJ@4R3IHJFv?9p b@Sq;c/̪GZ0V>+zv_,z|7Ie),2,GkLHnOZWX֧3(JR&{'b U-ـh&A?gt_}wȒYPkSP;z2侬THwqv$ B6'Yh+zEy'%G MB$+)zk\e+iZ i Ku5gY.o%WP/2.yVu; D4rU8}I FDMQIN*K{ ç ǣ< |i`*H# $xӗ9?$;XC)Z*QYO(xӗG1e6OثV1爹6YFBceH-Fj}i+x QƤ2;J@ݐ"# .aQ4«6JbZO 6\afHQ~%G43Oo@\H;of{x^7K/DxԒhb sE),I>d-,_ ~JKe*éBoǒZЪS,j~aAT-InV@X#T"o\z"%K]Y%Ҥ[`U$}]s!1#ddV0}rYq5oĢP2tS\6v<.k)Pۗ7IpQe77tfXTS,k2K#K%> MH;[:|L@>ƯҴjGEi~Ǥ 6Vloe6qM ʗ?&7]y}.1̔~:RvWdd.m%}*+#0 ፭]̿싸bD#c(*%(y{qU"h[y_QgF1rZտcy)MTZ&e.1I3ܲi0J J\t/?ѝ.-,Td$5ne_޷/g^ː[M.٬58rcH$])"Gc}ZM )K.J[oM_OȌkV"[7S&Cmv2Ik@y"NRCe/pX5 Dm~|8]7\;ʭHQ6+ōR&9|76ȪLlWմk+GNI~ a  Wg#׈B{^60Zm(H*CY0Pv! {>h@W['^?>K8po+#3hL +e9+h]'u_p^@K%0|kkɤ^*ެa}6 iHڄM&c-(erD߻f;Q?^t҅ y1)^_r/Z,z텍RKqΦ?Hz\a Vy~iC*6"ֹOAeZtȘ$-w=dS2zER'T'G\`urT5㸥@*T}EY^,VqmPRvE*Wco? jK8t7Fiz;%TKgAD0 n]]>(\qnᶓIIs%p"ՙ(AGIOO9'u['餎W!nѭWԝ_cJ C\-]&kiͅHz=ȆīYf8~GSm"QBK5JKj= v?HI>{x+]ʲS ssoHp%[iYZH͑]?ǧG-ไg-Moc#H]Z f[ R(ߚx0wV,cqy% N1fC?@nNɼNd@@~?dWumJo>mhLi!yo_"joH8^-=m+%LsFO# *,V]\5LzqK^r='7qL޷bIjRf@(ՖD7:[ʳ_yTH"5G,܀^QX._#y@zߒ%`H!ҰOӳ7)~ Q+qod%$L|Gs/,4חUiu4eYQC\?^\dz>L+,ko#DcroJ/x-" `- m&EZq^Fhv[(^b +*XL-@E1H#VYb#U'0 EԞ^~8@;'i~2-G"Q\-*O7я1!XC-)@2۩XGBf߱ lior1,.Yy\LV$/|R<6O5#+F m\8[bx'6oznh(Px/fi1IoKUPL*9?j_+~OJ8YS?Y!okXymcw_-BBW[\M=y31֑rQ3*DT,߰Q+]zХ2(TR4:ON-|?c#;K,:C|M’VpĿVu3/OS `(RUޱ,?/"$Wz"{IDгJF qtv) 2xP=JBƧ&%ds*K~)(B!ꈡk NDi䐐ls̷35Yâ'etld$m9{g{~141zeV_^?x-/v,> J:?= G^zN(6)e(I"$"&NeTN S` Gnw9i?8ⱓ Njo<[؏E"[%HluޒHř %sqIn̉mbGYV{(~ }c|x?d8-=NkK)|bJfQiLVP(#3J"G#*\x'n mTT^>!'+5M &x'$DԌF$.t6Ku%˜wwAY:!G'$@b,Unq%[P̱1pcD#d\i5[ MLsK I-MxqbAQd${e"5% Of~?n/O2z+GAyW- ƥ' )Z=%}%رߠdJ loN07iV|/Hhѕq"E<~x`Wէzr$p@"Hd-,/0hӆ ׭"Jo|P;^<yR̈gJ4&y9#ߗ^wxB5YY#~vn.isA$JY,u14[hK4sJGDmJbkYcGvg}i$^?o$ҹ(YJ Bhcl__Rvd_E[-yWҫ<}'Ԗ;*"/8C.GNJ#'+je2Sp[YŕܺuUKE,@HJE2}xVregbKV["h?GdG4Q l{%$;< 9[SA"K )\pڴ0$i f_4q~@n=q) m08@XߧH\4ĕ-:E J)?[Ց>_p_̓tlgyyH3z2ի+amk鯨S d Ѧ:E !`v˛'x=IM}\WpW~OGY̎벥OyI[bR2N}iOWSLE ,boh?[c$k'BiЉ3Fʤ5~8%'qɂ!]n5tcHcZZN|d_~|ܴ;з $GKdV~g/U֓r% +97̱"gI,ߒh٩m^#x<[o-%BH>ҥc0GnEc sz;AO_c cyMoʒI*xS$U> ?wb{*Ƅ5'$֨߶Ƶ;m~H9`9V"IʦbgثT>xM.#'Ɵ>?k)4noD+ĆÎ9z3Ɏn%&E cGY9cI6(@o e[*EH%T`I5+(^R0ob-"XRo!#pS*~m 9el;bmB/4zrNJe^hCpMZQUևP-(htm$ FR6=E6-'/ZYMCCUYbpQcoVpH~~ª2E,34ȖL\$HDm9sX[ Z EPHc7s)/S!k p_}B<.+VT=+7;dOV?2b!Z~ijPOK~2zWP1F$n>b}FOpp[- O"HUxA@^{+].eORhٿ0|_I<" EGqQ\\A,WSKsn.洐I&mIeYon["-tC~WЗQY +)q/] ]OEft& ?vD/]#FP $BEy[#\?Em8ot-$WI̟=4T_~KšU(=5~OHn -5V4$ %~Ȣy.",J7#~M q#Sr33=0H.H$Fuey_Z@Vї<Ǹ%#}fKNKEjΡ$ӅoٷYcy=W9 n[,v "EQ/eYOL~lX$֕DV!'/XA̭~xaLGsw7WɨZzK ՠz1dc J1nonm. UGRXݒp\>σH,/-i#DnN6wbxS:[l{QtW"8*]q- hMLlK/SDEI:. pm !Y$XR1L^ >zRBE=(dDp=/ާEvS׮CN?y}Xo벻 db[ZdGKKϏ|E&jwL NEI>p0ѺL?VѠ4ײtQ2Ëdg(ثT%FH FPеx4Y<A݌:z|BQ]:X,#r(.1+K:_M7ɅK.^H/݋h[}VGWM'/ooiʫG-Yo^ ,6K Սgַ~I;.i7-$wы6墎ZHC8lD^MH.$_sD,[O1FbIw UٵR̼_M☸xugh}fa+7/O"~ߩoHy"⒰W5/%AOkMHaT*00Iy/\s|e F  }OĪk_ b]N)a}>.\8曯GOQz~X @臅Y?۫ED߷`%ިBA;M# $xV6xƯpIJ4v$ ,I r>O%%m-yrdߵpZo±7˓m|T%Tp $@żyഭ8 8 G*#UvT1֕i\@"e@đx+@8:\"(ӹxOǧt)=UD^DIy_VYLx5^Ae伽Iտv&JQj9Iӵ V{Im#4nE6cK; &M[Ăx>*Z1wDe[7ZeyLE;/YQgEY؄F/Q!cy$XHp3q9",\=Hq7T(1PSS-8/1,$dH>*ϫVN=UlPKq"sFE݇D\rH'=(Y98v %<JmazE!)wSpމh$ZdedR9N #T)'QUxz(-EhgI'Y$nQo/+ysI yfU9 aZ9hn0EOq/W= ے*~-f]10Gx4}D(?{OK7\ƑHEVդʻKm7qK%['vNG?wһтFBV}cd}i ,Bh~Y gOثT ]ڴ),E}qo=>H8iN6ه¿Ve $M1ؖ?@qn#+ ZORVTz 9ڰWUP~REՇ'đ +BYE8W O%x$K@RX=!4@Xk6֫rg7![xy}nV^rJ`'!`nѝn m<+,[?LLF BiKyw=q{hzjUWOW_i?%hG0]u$r6߻OJKtyYhYk_LX@TKs%fv<4(Eed,#0y0^)')ݻɂ qʳ >c2jyS i~d`IL:bmfmRD))n$тhe~~K1˒Ĵ>m"pfrʧ7]>FjޤfjfQާ/WedVk5؋OM^gIQvr$k.kWê)ܥH\`.͢\*ZH%YDnVVLt܂xdY`"Ihh}L'܈ngV֍ҸœbfTUX݊'Ŀe6*;ąKu` 9<-$+ocYA* QL7_[4PI RvvyLk'LktPWT]RMB$d<G^U l$^q$¥ oE+San!I">B$h }>_o9\"]O[;8"\#IJ~$]"}]#lg+37% a4gJ:l1K'p6I" ,4 1t}`L%Oy3+*?*x q?kfV㐂2b.zT_ k("pN`ܸ٪ћIE4"KȊ*-34Ð )ksy9MD#$aIuix<_qH"d)ibϪ<E`ByS+nY#t %ȁatF⪜C<[> |{ג?lD}I$dӉd^}u'_L]@OHS!+1f37իNOn|x8A7p8ÿݒkw*HT J5-?D^+k u+Yۂ#o*ty3oثTD/iF4S*QlnNT? D,L%nRrHہطĂTlMz`v͖ۖŬ,@PN1h L̊sS)jG$m T%-BK6'uȉvv ~tC ىyrpJTa^)'֋ɑ%#HZ!+vzb$?R+}Rӈ4%ԠIDK?r1 C[M,QCw,+8REH>Gou~DŽk[g}.n&F1ŪI,7m˧fO.yuk*KB[&| pNch&X/.+zĩijf04,%EzʶܿoK$?F-UIum~`*V+L^+f`Br;;e[t[~"^hX4X[NK]>B/M+|W$-Q)qO=k*M3Cq, -/n}R/t2hZk"N Ij?UeVdʓaE`ښ\[`$ܰ6B?nF~_o$4ŏхSsce=Ք q}Tԓ4_AHS]=O"];>ažQ}ETOA22" vi~,n/)ڴq2O ˠ=TQ99\~[$5#ˤ,c3L X fWaoZ>V|f29f/ZhH-RY¨,#q9%O9ڣd]ח]"Wm)cJLhSh_.ZeRs#+fUp,)U?UPƣs"Hw0cͨE/^;E{#?mד'fSOx&j=7xI{ym/OGF^;#f$\$<=L@I*tx}YmvḄ)*dLz$z*nPdX\VH!KGiW(un4-I;6O`:+<2 a RHV)8}2H%ܾ2ҫtBF-`_o!4{Pr;AcD5j+LCmS ,~/q~M9"x'ثT1zCDOibzlZK 7YG]<[>ښk֌4%OG_ƏEJP96 NJZp;j`UJߥ ~76iKǠ%_3jm*6d^ x_԰XṃܙVXhǧ̨p&W~c^]R"2y6}{{Y?NNxuH\IK!:\)ɤWGNR&[r JVRCYX-`vSz|I܋[-BMΤ{R(/;;{wZN5n)'e}Rj8mR)9[CaͧdOzz_dou%Lׁ!xLO7ǒ7w\@7R+qngVֵHn&-QݡONo#̶y#KNgn"!֧v5q_,.}FefdȜ>Oh)M.~W6ȑbFDI?ِ~=)N'c0YNrZ[݉Q!0YUG1Ƽx\Go>FѲ<ĶZqȒS܁Yn 8NY6eoHK k/> ߙ]&½dI.G^F>-ÿx4oA{-G&P=Ydyd 8M}knW_ $cײyP6W lfh! $ud &SKh5=b1>RMOʲ/GyY1 p[+-2GvTWR?$<QMՂՍ(Q#sѤŗE@omb""T~s|L}3UhOۼjIy?0U3 /q"xb$]FbGylG6mt,"L>z nYq&E순VH2^ET"2k.n^kzC%kIuTsNhW48,̏ ˧%6 %H]̦㎇v#p)Qvv,\يuxcb,r1C\(r$Ak1[Ka$w y?7Dng6P?mCEHVGdN\A.-"d҄F(V7 f8}5UdyOyc_o6*CU!g_NI^EHG{zX^_c -C\iCT*x+4qNչӦvb(bIcOȿw,w iB t[[Yo-ڂ}dDI;zva]ڷҾ,3 1?VI9zp\=*Ɠ:l \df>p"+#|izce\hbr9~BOy z1#15({ab/4[RkYi{.;x )#T3ߏLv]5Vy':4w7af[8&_MO9:^qByң9+Yc· ^5/y[-)JE`4ɤ0jI_dqApu.KR[0\"%ͫBeMk4p}cܿȘ[TJe<P ԂV_Y楪ϧDG%!4qKJdv')=S{hIfYCʌRWhY9/ @a+F퓦)5͓]r1: 0}ef]̢;IAYm-i[֒)?q"4BV̉=c 諨[ElܩD߽i OfY~Q+-AҍcT6\(qRK^^J?&i ҿV-nߤ&⃤ ~q| hUHto,'ib"HKa m9d\}f)$KvޏA/Hw'dRnY8-~oNGd%}4?ȃ&eiKX&7pgfUCq3AI]+Q^6,r5(緒i{@A1ID~~`@)^Ph@i̼HO2)-Wi~ol-#닲?/_zQke%$LS\,[I{xs'& r1DI*9euh?0߻M.=Wsȱ-3=cRto}/+"& Te'ډ>ͼyd $&K 1XsXG鏉h;l;5^T?q䐓jN cmثT+`2+ҡey~$حGZ3,],OZ:ecjW5 (j:np%S\TJ;xdi.WۦDGQ3Y=B2UYj Gߟ˅#/fR5TYxQR.%~ S#Y"ҫ d?O]*/ |,ҬC/"<~?2kREzYy/moq M/Ym!XOx?ߞa>T7uZ Dޑj)pֳ0ߚ6SBVMB+W)KAS0\kBĈOZ~,&-Uk׮B fdN怎qqTњF% J7g(:gܐNzRyDV wm$Ep>XN5u,4ӛtkH;gb$(P~E"c{ %)ĂD jf~k_ܽI&ppG/6@v`l`簾657"Hy L'E=98~ $CIs ŕeԵ5ao<3>?łi벞,]$JIV<@;F/߷/N^_qCF[(|8:2DFbBn%,.!E?q'EBGc dJ{?#?N?~<2dd*\WԏNGކXٗK^ǂ.9"VtkũK'qomE)7&?#>OcB#KҢ[hyd{I5t&t̔`匤QHbuO0EH\_\U|YT~Aamsofi,ARGOGǖAG&'2ʾX+2ǫSAq/4~cg"@ Xh=nX-TOE}[~v򈚌'y_Myk.jHԮ㙕R:?xKѷc]/HE ^,S{-1OXzI(U`/8zlAf5< @*=]M‹bT$qoaqTYupBTW :/,Õ6OثTۃ9*(KSH\HJ8!IƠHSQi!EZPKlP nk#Y Boˇ?ݳ պ,coBI2%+pź1G"I>,T*׊78kzs%fLD`:8F=X)u$YD8IT+'8SM( q\XHK|,UV+_^])S=2*ї_DNHV?yJqUdSQ(+UWWfva6[.&]N T4rG"/M&"%P%YWO6?\߅XFE3qO4"KT`+zQʋ nv^GJE#^}o׺[oI*=QpC~@?r4Qb"pWr[Q/q?cѲ&EO)zGS~DmOw62d7y?uYZ wnf4i) ?zzRI!; -#km+hm11,%j~~Fzn\6fe=kUTE~?UfnJ)/VPfXHg<|de~B7_*q\$+zŶՒW[(=9FCK sei#dưYi,kW\bO&˟?rg-W>Xae)H6y_j䐐j_Wfm>iV(\E~uhS2$9s[ b]N9 V$!RsĎe)^OV2u8,"m(a1e('K|ӄh.堟P ExvoOsw/o??y12ޔVt8Fujd?#.I1)$2f 8afI9T$ nE̋tnn#U&灢YyZ?O䉴Ҵ(s,8o?H$imӓ!LLAGV 9P@ios&ثT 2T%,M & IM l(C qUHTJ jt"RBWRCU6.drFV~ ?ߟÐg(-,׸B,ݣ*"l*C?u7R[]*%{U1G5 uZW5f/ ϡ[C:\48\ +$Tn݉ (?"M[[I>&z4nr$lE5w/EUM=~ֽ?8J|hSud9KclhTO$SesEzIXxa..eGגH%3K=E_)~Y0f $~c}895`o^HJ޼ʊޚۑcHK'mmd/nDcI sX'7%I'8`*iw5K$0>. xy`L*Z?gcծ atޢ'' Ku8^Q\ǃav<èM|ֳi\,F) j14IJxRu'ci[vN]d9J&=2m/##`}^S06BAuhZڜ..Xm$*,>iQkx~D"E$!1aƸiPܞ9#p{4Cu2KMi Ty!}`CM< p[Ǖf-J+KXYiDJ8(e.e> t@mmɂM>q*Dnb7oNEWVh8\`4Fԉ{mdI,.nKd9gƒ<1+:}S-H=„#P[/ŽSS }j܆1M,NFF̵sB9J3)rF̶AvC#41]2q7WH`}ޢ"#:ËU09טoU&|ևsMxK)0Un-Che$:7=O/kQyo 77q"x^_lj4?D43E\JB(ysWOU6D1&@ F^G$~@p0)Vݙԩe8pS%D#ybҙLdUk"MH*ى!lgثT. ioՂ\*v5P lwɂXq} @~1 QIGu3G VdS˸]hE2$2J< BhAW}U8230Qؗ/EdYmy|gR { 呓y= Il+mkoy$3=" UU(nT}dE" aFf$Dk~IB2/H1 w&Q:ZbKdH Hq|\e#fu#8˴J?Vyքl_Dm.JIA\xxltM7Ƥ~a(I9qkIsveH[_VCcBTҋ{ XDy@]+D|\cs$$#nkix"<8yr/6,ZVm69Jlwo꼲@eRaF9^;EA (22h|[E?$:}: '\Jd/Ty+oHzU&b ;wm"Fom#VْV-z/Za5Ɇs? WPҐYϩ; 4"tu*xi"m'H0eֿU:G"r,kz|#,IRIa=X8QU+f7ru+G,=K_h,~SyUk{"%7\MtԊ$( BNK31y^?fAT9Ld"tDes;?LFp- liѤS#-Y‹\naoK-]FDѴߺ(Xd=`ti ^%8(' +~!x*dI% ƒ<:mzb4@*$ɕ +. Ė{7\++WSOHpɉ$n99`z5[[`wrgx4Qǫ/Z#{945YjD:H Bj ]GpK\G *GOx,~?ʍ?v4qroLApޒFF:r*-+;*SMa?KثT="pJ(uɰګ(@ R*NXT:0u%M}Iq'|p+H ;JV\I+0F_*H H[> ד5!]^дjs?AĕNtnnǩIz!U9SEOϊFX4u6pOs+Z\ȶ2+qn=%cݏBߺyuWE=J|^$( &6ą85w#mwOo{<7G4p"d:}|3 $ NSegwp}Y_c*Bq\hZdɨr-ɭ0c$?zۯd. 汷Ug+qr o3p|[,rZƟݼ>< 4LB\4Ri.'^foS#chwX5c'd'fe%6yqGh%C LwpxYP9}V_"1f oery7p$"$mӒ4_Oؠ"֧H0Kuk,VP[2}``bOq *~"HK$GBXHV]V7kEnmp֓Qm+^9ـNֺZ69~ 'qx i?އȑBSA%uu3sq맬mE> qUH5;Sq<}oU(PoCZd(C+DIx4SX+ZE<_qǑJq %ikj/つN2A*O%`}`B=oOYVK>߄Bcf}ay jB{w+[V= Gy{HZVHP49t[$rgYsjP5ƧHh#p"ey?uBѩ <}^DWA&+dp_6oWZKi$RG>;w_}Gf2&f"!eM{mr>m"q$'զW.=S[RO5i$yn/^p}[ӝ>e8[5HomVM:7)aD$6ՈQ)93@y >$  ua?8y /-)Oۉ28,>@UR#4} km-EH+f%/mbzBܑe1&|8Qk"eeh׃L8A_[xG(@ lI Nu^~oeò۽"@\;q$v*EϒCP?iU dѫKM x$&6}>)VG.FP_evu0 ʒ/KQF5% jEXqcӚ|-TC^6ѵ۲~U˟Y9"7 Q[W9 $w1|5 &ea)/ބCQlÛzx-mt*5B-c"5tRDd7'l*Z[+KBoB'(F":}` P:jo^nfRWwoojOikkѮ.Giq#|qդ,܌ QhD&?N5p(iXݦew.6Fͦ۷4Dpv-ώL"NYI"ȋ餎wuaYAuTDlBADFꪭÇᕐm#Jګꚑ7?$H ,M>)$hY$i䗈,ec+3/wMc^1EU@P+S$#=\oaao V5pTǩ-@EC 9r/rN<?4BHdXS1%חr?g #+, ((yFX5*ŀcCY[/$ W}Z߀OE8/^"ž(-iڿkUKifPP>/qA )A )C#4VeG}k2[ثVT($b;2I;r޴;r;" ld\>k?, $icЊ(mH_]n$~', WqF\PrQqeUI+dTi؝~`%BXW6퐦Hh^ @T*4`Tlv=q訠Aש«SB:JBb*kU:0MՇol*\*H4)r%Ba%dЀ=!)T W ҆@`<@PՔ^mvU%x$3XykBaEFOVW ®}ǏBRA da]A$ >>#!$n@Aܫ cJO *0:oPHEmJW w8µ«#|UV'p0Z(*@&@zo*斃#)$%3ɫLHN⼫5> }/ثU xFb:~H |F٫nE_ o -YV Q lwZOJ:wąB̾G' pw6(D$2,H8vX qq$085S@[FuSdsFVODZ+SUpz‡壒dc[$ >ߕɐ\#UQ7LBӒ!({#0QHK2ҝ|*r}Pm=0;'_dyrNഥ 'zИZ|ݒ1J\T-ԬTצTM,*@^`P8xO1樘dSiw>N{~5i +A 2V).%+n9nIT%$`R:r7J +ݹFEw O'Vl6c\!jRɱ'U$թ ` [7Q@5߷-2A ǧl6(CNIM=rɒFo|JQCBEDrRQo1QߧI!FD%Xӝ,Z_}2H\cJ1lҘUM=%ZPג\Mjq% *> CHVR-q2V@q_~bL[UثWb?Q:ұٙdߧĊ?Lg6UIOq-(܆b=0#6Y CQ Mz6)ʣjUy)I@t4OPwU"? *rLXq])\j~KrFHwRpsThbV(=%!p7rحEkL-q]ij̦Bo(]Dԥh\) _D|LrbU#N4,zT͐䆏R~<`x%@a@x{J%hoOYl$H_]2BJچ;mJmhX@j Tq_g,)J:b_n!NEM6-D#" ٘$cfKQ3hjk괌@ԨC,rbTnj -bbJfYX@)_l1R)2ho˜U T7xPq \UŇZSC;>v>ed !3A!4B+˩=C!kב~z~OWro<ثWbGE#qh$3 }AkM@,)"xC 2LĒ{RY8-&j]…I%4z,hŶ&{aU6!J}8O櫷* l~\UTNqJvd,C| w4Ȓ礀*Pq6R ޗ ZO qO 'iфd|@ץcUQգgjNS}k?lj**Y2JBG4AɑOt'#g͗$LvqR>ѧW&&@bcJoK ) bzl~S+@v1P6֣vzaVuUw&qP9j8\d6Lӊ!ɿyR,ĨuwZn0rTP/XFG %59<&)LeP𶉽PMO+9oyƳ;NĖ1xSÕi!ӱVAĦ9B pr+֐SbIh9.3SX+N2n>9(SIʙ@yFhUZ0KD,IhO, 'YLV#Joq j@;9U[m'svPz5l`dH^!l R`Ł ҵ{ 1K*YuZt`j@A\l@ڇ$-P ! ˨H5#/l@% AvdP*>ZWׁ2RX|GbDSM0ߒ=Ȧ8B=z7Pʇڣµi¤wr)U_Je5 JPEqJcfUfwKaUY5Vـce5FoثWb]v* :|UثղAw 5JW15 X&B{nKωSC#Lᔬ ϸ9hytޝ#חCded 1+`᥵D-Lkr?m0uiu}kCLڏ[<LU{PZQG~N&RO#;VXdKFF"r:ӷLvf*Ak Z n(>.. QTbw3g!_YdNlKaA OA_'#2aRG 𫤮-TR.4pxֻ'q\6hH;{ enMB<0)oTW`OMp٥[yydGꑳ 4Eq'5H,&EFV2QINx$S$+k2!ZؚiV?dae,RFPW=I2YUՕ.ROLa %Qo^IUrkFxӍ2mN8w?+!/zȕ|-Q9_PEZ}䆊}k:}DBKsG ٸY0tu]±TƦ\ғ_+;QWf0~j)e'G+-})m77<+U xG ~_j9{zR=ZB;,qo<– >G#xҷnZPoE? SHiO槎y溌=NK 4oQ(ŐS8~RMKgw麄.!hz/$z_Kc,F7Ik[sJTh$mߜ|#,S%\*6$7i(Rd@=TdO#NV;˰`AcP W8PϨ7cUkB?\L!hto1$p6Rq_ɗbgkJl[+M۳ٟ4O6 .KmEo{[ۄB]S6xxa-ثWb]v*U#|V%mK^ŕOd BGA:xn 4xʪFigc0®K8*?(h >._)f;X$&u?ǫ7` &ثT7[]v*UثWb]v*UثXZ*ԀOڶ(v*UثWbZVcVE'āY)$E?T#Ey=Sfɪ!ry.#ލҷcQMRr@ɍV%}Qɧ/҈v$R/rĞM7ثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWbase_dir/grc/descript.ion0000755000000000000000000000023614000317326012613 0ustar codex-sinaiticus.jpg A salvaged page of the Codex Sinaiticus from St. Catherines Monastery recovered in 1975. Photo: Courtesy of St. Catherines Monastery. base_dir/images0000755000000000000000000000000014641015553010706 5ustar base_dir/index.php0000755000000000000000000004660314516736075011366 0ustar , FlorinCB * @version 2.4.5-pl7 (January 01, 2019 / 30, Octomber, 2013) * * @copyright Copyright (C) 2002-2007 Justin Hagstrom * @license http://www.gnu.org/licenses/gpl.html GNU General Public License (GPL) * * @link http://autoindex.sourceforge.net */ /* AutoIndex PHP Script is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. AutoIndex PHP Script is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ @ini_set('display_errors', '1'); //@error_reporting(E_ALL & ~E_NOTICE); @session_cache_expire (1440); @set_time_limit (1500); /** * OPTIONAL SETTINGS: */ //filenames and paths for configuration related files /*EDIT*/$CONFIG_PATH = './'; /*EDIT*/define('CONFIG_STORED', $CONFIG_PATH . 'AutoIndex.conf.php'); /*EDIT*/define('CONFIG_GENERATOR', $CONFIG_PATH . 'config.php'); //paths for files that will be included /*EDIT*/define('PATH_TO_CLASSES', $CONFIG_PATH . 'classes/'); /*EDIT*/define('PATH_TO_LANGUAGES', $CONFIG_PATH . 'languages/'); define('LANGUAGE_FILE_EXT', '.txt'); //filenames of template files define('GLOBAL_HEADER', 'global_header.tpl'); define('GLOBAL_FOOTER', 'global_footer.tpl'); define('TABLE_HEADER', 'table_header.tpl'); define('TABLE_FOOTER', 'table_footer.tpl'); define('EACH_FILE', 'each_file.tpl'); /** * When ENABLE_CACHE is true, the indexes of directories will be stored in * files in the folder CACHE_STORAGE_DIR. You will notice a speed improvement * when viewing folders that contain a few thousand files. However, the contents * of the indexed folders will not be updated until you delete the cache file. */ define('ENABLE_CACHE', false); /** * This is the folder cache data will be stored in. PHP needs write permission * in this directory. You can use an absolute path or a relative path, just * make sure there is a slash at the end. */ /*EDIT*/define('CACHE_STORAGE_DIR', '../AutoIndex/cache/'); /** * Format to display dates in. * @see date() */ define('DATE_FORMAT', 'Y-M-d'); /** * Sets debug mode. Off (false) by default. */ define('DEBUG', false); /* END OPTIONAL SETTINGS */ /** The time this script began to execute. */ define('START_TIME', microtime(true)); /** Level for disabled/banned accounts. */ define('BANNED', -1); /** Level for Guest users (users who are not logged in). */ define('GUEST', 0); /** Level for regular user accounts. */ define('USER', 1); /** Level for moderator ("super user") accounts. */ define('MODERATOR', 2); /** Level for Admin users. */ define('ADMIN', 3); /** * Minimum user level allowed to upload files. * Use the ADMIN, MODERATOR, USER, GUEST constants. * GUEST will allow non-logged-in users to upload. */ /*EDIT*/define('LEVEL_TO_UPLOAD', ADMIN); //define('LEVEL_TO_UPLOAD', USER); /** The version of AutoIndex PHP Script (the whole release, not based on individual files). */ define('VERSION', '2.4.5-REV.2'); /** * This must be set to true for other included files to run. Setting it to * false could be used to temporarily disable the script. */ define('IN_AUTOINDEX', true); //compensate for compressed output set in php.ini if (ini_get('zlib.output_compression') == '1') { header('Content-Encoding: gzip'); } /* * Uncomment the following code to turn on strict XHTML 1.1 compliance in * users' browsers. If you do this, make sure any changes you make to the * template do not break XHTML 1.1 compliance. */ /*if (!empty($_SERVER['HTTP_ACCEPT']) && preg_match('#application/(xhtml\+xml|\*)#i', $_SERVER['HTTP_ACCEPT'])) { header('Content-Type: application/xhtml+xml'); }*/ session_name('AutoIndex2'); session_start(); //echo 'PHP_VERSION: '.PHP_VERSION; /** * Formats $text within valid XHTML 1.1 tags and doctype. * * @param string $text * @param string $title * @return string */ function simple_display($text, $title = 'Error on Page') { return ' ' . $title . '

' . $text . '

'; } /** * This function is automatically called by PHP when an undefined class is * called. * * A file with the classname followed by .php is included to load the class. * The class should start with an upper-case letter with each new word also in * upper-case. The filename must match the class name (including case). * * @param string $class The name of the undefined class */ function __autoload($class) { if ($class != 'self') { $file = PATH_TO_CLASSES . $class . '.php'; /** Try to load the class file. */ if (!include_once($file)) { die(simple_display('Error including file ' . htmlentities($file) . ' - cannot load class.')); } } } /* * Instantiate the mx_request_vars class * make sure to do before it's ever used */ $request = new RequestVars('', false); // this is needed to prevent unicode normalization $super_globals_disabled = $request->super_globals_disabled(); // enable super globals to get literal value if (!$super_globals_disabled) { //$request->disable_super_globals(); } /* To do: Should be switched to i.e. $request->request('style', 1); */ $_GET = array_change_key_case($_GET, CASE_LOWER); $_POST = array_change_key_case($_POST, CASE_LOWER); /** * This is used to report a fatal error that we cannot display with the Display * class. All Exceptions used in AutoIndex should inherit from this class. * * @package AutoIndex */ class ExceptionFatal extends Exception {} try { //now we need to include either the stored settings, or the config generator: if (is_file(CONFIG_STORED)) { if (!is_readable(CONFIG_STORED)) { throw new ExceptionFatal('Make sure PHP has permission to read the file ' . Url::html_output(CONFIG_STORED) . ''); } $config = new ConfigData(CONFIG_STORED); } else if (is_file(CONFIG_GENERATOR)) { /** Include the config generator so a new config file can be created. */ if (!include_once(CONFIG_GENERATOR)) { throw new ExceptionFatal('Error including file ' . Url::html_output(CONFIG_GENERATOR) . ''); } exit(); die('exit.. ?'); } else { throw new ExceptionFatal('Neither ' . Url::html_output(CONFIG_GENERATOR) . ' nor ' . Url::html_output(CONFIG_STORED) . ' could be found.'); } //find and store the user's IP address and hostname: $ip = (!empty($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : 'N/A'); $ip = htmlspecialchars_decode($request->server('REMOTE_ADDR', 'N/A')); if (!empty($_SESSION['host'])) { $host = $_SESSION['host']; } else { $_SESSION['host'] = $host = gethostbyaddr($ip); } //Create a language object: $words = new Language(); /* * Instantiate the Mobile Device Detect class * make sure to do before it's ever used */ $mobile_device_detect = new MobileDeviceDetect(); $status = $mobile_device_detect->mobile_device_detect(); //Create a logging object: $log = new Logging($config -> __get('log_file')); /** * Go through each config setting, and set a constant with each setting's * name to either true or false depending on if the config setting is * enabled. */ foreach ($config as $key => $item) { $key = strtoupper($key); if (defined($key)) { throw new ExceptionFatal(Url::html_output($key) . ' is already defined in ' . basename(Url::html_output($_SERVER['PHP_SELF'])) . ', and should not be in the config file.'); } define($key, ($item != 'false' && $item != '0')); } //make sure all required settings are set in the config file foreach (array('base_dir', 'icon_path', 'flag_path', 'language', 'assets_path', 'template', 'log_file', 'description_file', 'user_list', 'download_count', 'hidden_files', 'banned_list', 'show_dir_size', 'use_login_system', 'force_download', 'search_enabled', 'anti_leech', 'entries_per_page', 'must_login_to_download', 'archive', 'days_new', 'thumbnail_height', 'bandwidth_limit', 'md5_show', 'parse_htaccess') as $set) { if (!defined(strtoupper($set))) { throw new ExceptionFatal('Required setting ' . $set . ' is not set in ' . Url::html_output(CONFIG_STORED) . ''); } } /** * From this point on, we can // throw ExceptionDisplay rather than * Exception since all the configuration is done. */ $b_list = $only_these_ips = $banned_ips = array(); if (BANNED_LIST && is_file($config -> __get('banned_list'))) //make sure the user is not banned { $b_list = file($config -> __get('banned_list')); if ($b_list === false) { throw new ExceptionDisplay('Error reading from banned_list file.'); } for ($i = 0; $i < count($b_list); $i++) { $b_list[$i] = rtrim($b_list[$i], "\r\n"); if (ConfigData::line_is_comment($b_list[$i])) { continue; } if ($b_list[$i]{0} === ':') { $only_these_ips[] = substr($b_list[$i], 1); } else { $banned_ips[] = $b_list[$i]; } } if (count($only_these_ips) > 0) { if (!(DirectoryList::match_in_array($ip, $only_these_ips) || DirectoryList::match_in_array($host, $only_these_ips))) { throw new ExceptionDisplay($words -> __get('the administrator has blocked your ip address or hostname') . '.'); } } else if (DirectoryList::match_in_array($ip, $banned_ips) || DirectoryList::match_in_array($host, $banned_ips)) { throw new ExceptionDisplay($words -> __get('the administrator has blocked your ip address or hostname') . '.'); } } $show_only_these_files = $hidden_files = array(); if (HIDDEN_FILES && is_file($config -> __get('hidden_files'))) //store the hidden file list in $hidden_list { $hidden_list = file($config -> __get('hidden_files')); if ($hidden_list === false) { throw new ExceptionDisplay('Error reading from "hidden_files" file.'); } for ($i = 0; $i < count($hidden_list); $i++) { $hidden_list[$i] = rtrim($hidden_list[$i], "\r\n"); if (ConfigData::line_is_comment($hidden_list[$i])) { continue; } if ($hidden_list[$i]{0} === ':') { $show_only_these_files[] = substr($hidden_list[$i], 1); } else { $hidden_files[] = $hidden_list[$i]; } } } //size of the "chunks" that are read at a time from the file (when $force_download is on) $speed = (BANDWIDTH_LIMIT ? $config -> __get('bandwidth_limit') : 8); if (DOWNLOAD_COUNT) { if (!is_file($config -> __get('download_count'))) { $h = fopen($config -> __get('download_count'), 'wb'); if ($h === false) { throw new ExceptionDisplay('Could not open download count file for writing.' . ' Make sure PHP has write permission to this file.'); } fclose($h); } $downloads = new ConfigData($config -> __get('download_count')); } //create a user object: $log_login = false; if (USE_LOGIN_SYSTEM && !empty($_POST['username']) && ($_POST['username'] != '') && ($_POST['password'] != '')) { $you = new UserLoggedIn($_POST['username'], sha1($_POST['password'])); $log_login = true; $_SESSION['password'] = sha1($_POST['password']); unset($_POST['password']); $_SESSION['username'] = $_POST['username']; } else if (USE_LOGIN_SYSTEM && !empty($_SESSION['username'])) { $you = new UserLoggedIn($_SESSION['username'], $_SESSION['password']); } else { $you = new User(); if (MUST_LOGIN_TO_DOWNLOAD && USE_LOGIN_SYSTEM) { $str = '

You must login to view and download files.

' . '' . '
' . $you -> login_box() . '
'; echo new Display($str); die(); } } //set the logged in user's home directory: $dir = Item::make_sure_slash((($you -> home_dir == '') ? $config -> __get('base_dir') : $you -> home_dir)); $config -> set('base_dir', $dir); $subdir = ''; if (!empty($_GET['dir'])) { $dir .= Url::clean_input($_GET['dir']); $dir = Item::make_sure_slash($dir); if (!is_dir($dir)) { header('HTTP/1.0 404 Not Found'); $_GET['dir'] = ''; //so the "continue" link will work throw new ExceptionDisplay('The directory ' . Url::html_output($dir) . ' does not exist.'); } $subdir = substr($dir, strlen($config -> __get('base_dir'))); if (!empty($_GET['file']) && ($file = $_GET['file'])) { while (preg_match('#\\\\|/$#', $file)) //remove all slashes from the end of the name { $file = substr($file, 0, -1); } $file = Url::clean_input($file); if (!is_file($dir . $file)) { header('HTTP/1.0 404 Not Found'); throw new ExceptionDisplay('The file ' . Url::html_output($file) . ' does not exist.'); } if (ANTI_LEECH && !!empty($_SESSION['ref']) && (!!empty($_SERVER['HTTP_REFERER']) || stripos($_SERVER['HTTP_REFERER'], $_SERVER['SERVER_NAME']) === false)) { $log -> add_entry('Leech Attempt'); $self = $_SERVER['SERVER_NAME'] . Url::html_output($_SERVER['PHP_SELF']) . '?dir=' . Url::translate_uri($subdir); throw new ExceptionDisplay('

This PHP Script has an Anti-Leech feature turned on.

' . '

Make sure you are accessing this file directly from http://' . $self . '

'); } $log -> add_entry($file); if (DOWNLOAD_COUNT) { $downloads -> add_one($dir . $file); } $url = new Url($dir . $file, true); $url -> download(); } } if ($log_login) { $log -> add_entry('Successful login (Username: ' . $_SESSION['username'] . ')'); } if (DESCRIPTION_FILE) { $descriptions = new ConfigData((is_file($config -> __get('description_file')) ? $config -> __get('description_file') : false)); } if (PARSE_HTACCESS) { //parse .htaccess file(s) new Htaccess($dir, '.htaccess'); } if (MD5_SHOW && !empty($_GET['md5']) && $_GET['md5'] != '') { $file = $dir . Url::clean_input($_GET['md5']); if (!is_file($file)) { header('HTTP/1.0 404 Not Found'); throw new ExceptionDisplay('Cannot calculate md5sum: the file ' . Url::html_output($file) . ' does not exist.'); } $size = (int)filesize($file); if ($size <= 0 || $size / 1048576 > $config -> __get('md5_show')) { throw new ExceptionDisplay('Empty file, or file too big to calculate the' . 'md5sum of (according to the $md5_show variable).'); } die(simple_display(md5_file($file), 'md5sum of ' . Url::html_output($file))); } if (THUMBNAIL_HEIGHT && isset($_GET['thumbnail'])) { $fn = Url::clean_input($_GET['thumbnail']); if ($fn == '') { die(); } echo new Image($fn); } if (ARCHIVE && isset($_GET['archive'])) { $log -> add_entry('Directory archived'); $outfile = Item::get_basename($subdir); if ($outfile == '' || $outfile == '.') { $outfile = 'base_dir'; } $mime = new MimeType('.tar'); header('Content-Type: ' . $mime -> __toString()); header('Content-Disposition: attachment; filename="' . $outfile . '.tar"'); set_time_limit(0); $list = new DirectoryList($dir); $tar = new Tar($list, $outfile, strlen($dir)); die(); } if (THUMBNAIL_HEIGHT && isset($_GET['thm'])) { $fn = Url::clean_input($_GET['thm']); if ($fn == '') { die(); } echo new Stream($fn); } //set the sorting mode: if (!empty($_GET['sort']) && $_GET['sort'] != '') { $_SESSION['sort'] = $_GET['sort']; } else if (!!empty($_SESSION['sort'])) { $_SESSION['sort'] = 'filename'; //default sort mode } //set the sorting order: if (!empty($_GET['sort_mode']) && ($_GET['sort_mode'] == 'a' || $_GET['sort_mode'] == 'd')) { $_SESSION['sort_mode'] = $_GET['sort_mode']; } else if (!!empty($_SESSION['sort_mode'])) { $_SESSION['sort_mode'] = 'a'; //default sort order } if (count($_FILES) > 0) //deal with any request to upload files: { $upload = new Upload($you); //the constructor checks if you have permission to upload $upload -> do_upload(); } if (USE_LOGIN_SYSTEM) { if (!empty($_GET['logout']) && $_GET['logout'] == 'true') { $you -> logout(); } else if (!empty($_GET['action']) && $_GET['action'] != '') { $admin = new Admin($you); //the constructor checks if you really are an admin $admin -> action($_GET['action']); } } if (ANTI_LEECH && !!empty($_SESSION['ref'])) { $_SESSION['ref'] = true; } $search_log = ''; if (SEARCH_ENABLED && !empty($_GET['search']) && ($_GET['search'] != '') && ($_GET['search_mode'] != '')) { $s = Url::clean_input($_GET['search']); $dir_list = new Search($s, $dir, $_GET['search_mode']); $search_log = "Search: $s"; } else if (ENABLE_CACHE) { $cache = CACHE_STORAGE_DIR . strtr($dir, '\/:', '---'); //path to cache file if (is_file($cache)) { $contents = file_get_contents($cache); if ($contents === false) { throw new ExceptionDisplay('Cannot open cache file for reading. Make sure PHP has read permission for these files.'); } $dir_list = unserialize($contents); } else { $dir_list = new DirectoryListDetailed($dir); if (!is_dir(CACHE_STORAGE_DIR)) { if (!Admin::mkdir_recursive(CACHE_STORAGE_DIR)) //Attempt to create the directory. If it fails, tell the user to manually make the folder. { throw new ExceptionDisplay('Please create the directory ' . Url::html_output(CACHE_STORAGE_DIR) . ' so cache files can be written.'); } } $h = fopen($cache, 'wb'); if ($h === false) { throw new ExceptionDisplay('Cannot write to cache file. Make sure PHP has write permission in the cache directory.'); } fwrite($h, serialize($dir_list)); fclose($h); } } else { $page = ((ENTRIES_PER_PAGE && !empty($_GET['page'])) ? (int)$_GET['page'] : 1); $dir_list = new DirectoryListDetailed($dir, $page); $max_page = (ENTRIES_PER_PAGE ? (ceil($dir_list -> total_items() / $config -> __get('entries_per_page'))) : 1); } $log -> add_entry($search_log); $str = $dir_list -> __toString(); echo new Display($str); echo $mobile_device_detect->detect()->getInfo(); } catch (ExceptionDisplay $e) { echo $e; } catch (Exception $e) { echo simple_display($e -> getMessage()); } ?> base_dir/license.html0000755000000000000000000004547513540105326012045 0ustar GNU General Public License

GNU General Public License

Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place - Suite 330, Boston, MA  02111-1307, USA

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Preamble

The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too.

When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.

To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.

For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.

We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.

Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.

Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.

The precise terms and conditions for copying, distribution and modification follow.

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".

Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.

1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.

You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.

2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:

  • a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
  • b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
  • c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)

These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.

Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.

In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.

3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:

  • a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
  • b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
  • c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)

The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.

If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.

4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.

5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.

6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.

7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.

If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.

It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.

This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.

8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.

9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.

Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.

10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.

NO WARRANTY

11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

END OF TERMS AND CONDITIONS

How to Apply These Terms to Your New Programs

If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.

To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Also add information on how to contact you by electronic and paper mail.

If the program is interactive, make it output a short notice like this when it starts in an interactive mode:

    Gnomovision version 69, Copyright (C) year name of author
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program.

You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names:

  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  `Gnomovision' (which makes passes at compilers) written by James Hacker.

  <signature of Ty Coon>, 1 April 1989
  Ty Coon, President of Vice

This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License.