phpPgAdmin-5.6.0-lp150.2.3.1<>,O]cx渋/=„ 2Epp7LOiLAP.#8XkT&RJTTE5(jeM!>ѓA0e#̫ť#HiQ$IМId'qy؍=%6` U'Vf@cQPUq}$mcc049ZT"N'c[o,C0a I~?_6iճ`k~gN3R:b`V>G, xF)-fP>=x?hd   I 3U[b   D  y- zd8(i8p 9 :h @FGH@IʔX,Y4\X]Ҭ^&bocdefluvz"dCphpPgAdmin5.6.0lp150.2.3.1Administration of PostgreSQL over the webphpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect for PostgreSQL DBAs, newbies and hosting services. Features * Administer multiple servers * Support for PostgreSQL 8.4.x, 9.x.x, 10.x, 11.x * Manage all aspects of: o Users & groups o Databases o Schemas o Tables, indexes, constraints, triggers, rules & privileges o Views, sequences & functions o Advanced objects o Reports * Easy data manipulation: o Browse tables, views & reports o Execute arbitrary SQL o Select, insert, update and delete * Dump table data in a variety of formats: SQL, COPY, XML, XHTML, CSV, Tabbed, pg_dump * Import SQL scripts, COPY data, XML, CSV and Tabbed * Supports the Slony master-slave replication engine * Excellent language support: o Available in 27 languages o No encoding conflicts. Edit Russian data using a Japanese interface! * Easy to install and configur]cxlamb61/openSUSE Leap 15.0openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgProductivity/Databases/Toolshttp://phppgadmin.sourceforge.netlinuxnoarch: test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart apache2 ) || : fi else # package uninstall for service in apache2 ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fir p> Gz eXnF C"VM'#/&.|& >/r[Ew|*pJ?#l@$="~ vc*'([e6N@U~}dUYaYX]'CZ`|r*}u9e&@hLu2v\s#Ql|M ]/5/nz87]cONjV.axO?|}+pNv[$b z V !0n!eH?W}#] 38sfneDnWe ,@ Ûjy!5 ^ Yy45_SCsu,DGO Q Cc!h v`-|R`=I]&m_ @3$`c<`Hm pg instead of pg83 -> pg84 in the database access classes. This bug was breaking some functionnalities with 8.3 * Fix a lot of nonstandard escaped string in the database access classes - Version 5.0.1 - Released: 14th December 2010 - Minor bug fix and update version. * Fix #3124417 "Wrong german translation", reported by schnoesel * Fix (officialy) a bug where non-super user roles cannot check ownership on objects * Add forgotten Galician language to the target "all" of lang/Makefile * Update jQuery library to current stable 1.4.4 * remove useless date from the topbar informations. This was the only place that did PHP 5.3 complain about bad timezone configuration (a non-PPA related warning). As it was a totaly useless information, we decide to remove it. - Version 5.0 - Released: 29th November 2010 - Features * Support for PostgreSQL 8.4 and 9.0 * Support for database level collation for 8.4+ * Support for schema level export * Add ability to alter schema ownership * Clean up domain support and improve interface * Add support for commenting on functions * Allow user to rename role/users and set new passwords at the same time * Greatly enhanced Full-Text-Search capabilities (ioguix, Loomis_K) * Overhauled Selenium Test suite to support multiple database versions * Optimized application graphics (Limo Driver) * Support for Column Level Privileges * Allow users to specify a template database at database creation time * Support killing processes * Add ability to create indexes concurrently * Much better support of autovacuum configuration * Add an admin page for table level * Refactored autocompletion: * fix support for cross-schema objects * support multi-field FK * support for pagination of values in the auto-complete list * Allow user to logicaly group their server under custom named node in the browser tree * New themes (Cappuccino and Gotar) and a theme switcher on the introduction page * Auto refresh Locks page * Auto refresh Processes page * Link in the bottom of the page to go to top of page * Browsing on Foreign Keys (When browsing a table, clicking on a FK value, jump to the PK row) - Bugs * Fix problems with query tracking on overly long queries * Ensure pg_dump paths are valid * Fix multiple bugs about quoting and escaping database objects names with special chars * Fix multiple bugs in the browser tree * Fix multiple bugs on the SQL and script file import form * One security fix about code injection * Don't allow inserting on a table without fields * Some fix about commenting databases * removed deprecated functions from PHP 5.3 * Lot of code cleanup * Many other small minor bugs found on our way * Fix the operator property page - Translations * Czech (Marek Cernocky) * Greek (Adamantios Diamantidis) * Brazillian Portuguese (Fernando Wendt) * Galician (Adrián Chaves Fernández) - Incompatabilities * No longer support PHP < 5.0 * No longer support Postgres < 7.4 - some spec cleanup o fix description- update to 4.2.3 * Fix bug where space as first character in a bytea column was removed by html renderer * Check if the given pg_dumpall / pg_dump paths are correct before using them * Fix some transalation files that had bad UTF-8 declaration, rising a warning * Fix bug with tables that contain quote in their name * support PHP 5.3 - Version 4.2.2 * Fix bug where long SQL queries get truncated * Fix createFunction method on PostgreSQL < 7.3 * Fix bug with alter schema in PostgreSQL < 7.4 * Remove alter domain for PostgreSQL < 7.4 * Fix local file inclusion vulnerability: http://www.securityfocus.com/bid/32670/ Unset language variable before determine file includes - Version 4.2.1 * Fix table icon/link disapearing when navigating between pages during column browse (ioguix) * Fix import/export links from tree menu (Denis Golovtsov, ioguix) * Fix missing language string for shared credential logout * Add missing text search functions/operators (Loomis K, xzilla) * Update FAQ info for postgres win32 releases * Fix database list error for users without connect privileges on all databases (Thomi Dammann, xzilla) - add/remove patches * remove obsolete CVE-2008-5587 patch * add config.inc patch - add http config - add some macros - fix deps - fix descr - remove changelog from spec- Added phpPgAdmin-CVE-2008-5587.patch to fix a directory traversal vulnerability (bnc#462762).- update to Version 4.2 * Add Analyze to Table Level Actions (ioguix) * Add support for multiple actions on main pages (ioguix, Robert Treat) * Added favicon for Mozilla and a backwards compatible version for IE. * Allow browsers to save different usernames and passwords for different servers. * Pagination selection available for reports * You can configure reports db, schema and table names * Add support for creating a table using an exsting one (ioguix) * Auto-expand a node in the tree browser if there are no other nodes (Tomasz Pala) * Add column about fields constraints type + links in table properties page (ioguix) * Support for built-in Full Text Search (Ivan Zolotukhin) * Addd alter name, owner & comment on views (ioguix) * Add column about called procedure + links to their definition in the triggers properties page (ioguix) * Add Support for Enum type creation (ioguix,xzilla) * Add alter name, owner, comment and properties for sequences (ioguix) * Add function costing options (xzilla) * Add alter owner & schema on function (xzilla) * Add a popup window for the session requests history (karl, ioguix) * Add alter table, view, sequence schema (ioguix) * several bugfixes/bin/shlamb61 1566800102  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~5.6.0-lp150.2.3.15.6.0-lp150.2.3.1   !!"######$%phpPgAdmin.confphpPgAdminconfig.inc.phpphpPgAdminadmin.phpaggregates.phpajax-ac-insert.phpall_db.phpbrowser.phpcasts.phpclassesArrayRecordSet.phpGui.phpMisc.phpPlugin.phpPluginManager.phpclass.select.phpdatabaseADODB_base.phpConnection.phpPostgres.phpPostgres10.phpPostgres11.phpPostgres74.phpPostgres80.phpPostgres81.phpPostgres82.phpPostgres83.phpPostgres84.phpPostgres90.phpPostgres91.phpPostgres92.phpPostgres93.phpPostgres94.phpPostgres95.phpPostgres96.phpcolproperties.phpconstraints.phpconversions.phpdatabase.phpdataexport.phpdataimport.phpdbexport.phpdisplay.phpdomains.phpfulltext.phpfunctions.jsfunctions.phpgroups.phphelphelp.phpPostgresDoc10.phpPostgresDoc11.phpPostgresDoc12.phpPostgresDoc74.phpPostgresDoc80.phpPostgresDoc81.phpPostgresDoc82.phpPostgresDoc83.phpPostgresDoc84.phpPostgresDoc90.phpPostgresDoc91.phpPostgresDoc92.phpPostgresDoc93.phpPostgresDoc94.phpPostgresDoc95.phpPostgresDoc96.phphistory.phpimagesthemesbootstrapFavicon.icoIntroduction.pngtitle.pngcappuccinoLminus.pngLplus.pngTminus.pngTplus.pnginputbckg.pngopenListe.pngtitle.pngdefaultAddArguments.pngAdmin.pngAggregate.pngAggregates.pngAllUsers.pngAvailableReplicationSet.pngAvailableSubscription.pngBackup.pngCast.pngCasts.pngCheckConstraint.pngCluster.pngColumn.pngColumns.pngConstraints.pngConversion.pngConversions.pngCopy.pngCorruptedDatabase.pngCut.pngDatabase.pngDatabases.pngDefinition.pngDelete.pngDisabledJob.pngDisconnectedDatabase.pngDisconnectedServer.pngDomain.pngDomains.pngEnableArgument.pngErase.pngExecute.pngExecuteSave.pngExplain.pngExport.pngFavicon.icoFilter.pngForeignKey.pngFts.pngFtsCfg.pngFtsDict.pngFtsParser.pngFunction.pngFunctions.pngGurusHint.pngHelp.pngHistories.pngHistory.pngI.pngImport.pngIndex.pngIndexes.pngIntroduction.pngJob.pngJobs.pngKey.pngL.pngLanguage.pngLanguages.pngListen.pngListens.pngLminus.pngLoading.gifLowerArgument.pngLplus.pngNode.pngNodes.pngObjectNotFound.pngOfferedReplicationSet.pngOfferedSubscription.pngOpen.pngOperator.pngOperatorClass.pngOperatorClasses.pngOperators.pngPaste.pngPath.pngPaths.pngPrimaryKey.pngPrivileges.pngProcesses.pngProperty.pngRaiseArgument.pngRecord.pngRecords.pngRedo.pngRefresh.pngRemoveArgument.pngReplication.pngReplicationSets.pngRestore.pngRoles.pngRule.pngRules.pngSave.pngSchedule.pngSchedules.pngSchema.pngSchemas.pngSearch.pngSequence.pngSequences.pngServer.pngServers.pngSqlEditor.pngStatistics.pngStep.pngSteps.pngStop.pngSubscriptions.pngT.pngTable.pngTables.pngTablespace.pngTablespaces.pngTminus.pngTplus.pngTrigger.pngTriggerFunction.pngTriggerFunctions.pngTriggers.pngType.pngTypes.pngUndo.pngUniqueConstraint.pngUser.pngUserGroup.pngUserGroups.pngUsers.pngVariables.pngView.pngViews.pngblank.pngtitle.pngindex.phpindexes.jsindexes.phpinfo.phpintro.phplangREADMEafrikaans.phparabic.phpcatalan.phpchinese-sim.phpchinese-tr.phpchinese-utf8-zh_CN.phpchinese-utf8-zh_TW.phpczech.phpdanish.phpdutch.phpenglish.phpfrench.phpgalician.phpgerman.phpgreek.phphebrew.phphungarian.phpitalian.phpjapanese.phplithuanian.phpmongol.phppolish.phpportuguese-br.phpportuguese-pt.phpromanian.phprussian-utf8.phprussian.phpslovak.phpspanish.phpswedish.phptranslations.phpturkish.phpukrainian.phplanguages.phplibrariesadodbadodb-csvlib.inc.phpadodb-datadict.inc.phpadodb-error.inc.phpadodb-iterator.inc.phpadodb-lib.inc.phpadodb-time.inc.phpadodb.inc.phpdriversadodb-postgres.inc.phpadodb-postgres64.inc.phpadodb-postgres7.inc.phpadodb-postgres8.inc.phplangadodb-ar.inc.phpadodb-bg.inc.phpadodb-bgutf8.inc.phpadodb-ca.inc.phpadodb-cn.inc.phpadodb-cz.inc.phpadodb-da.inc.phpadodb-de.inc.phpadodb-en.inc.phpadodb-es.inc.phpadodb-esperanto.inc.phpadodb-fa.inc.phpadodb-fr.inc.phpadodb-hu.inc.phpadodb-it.inc.phpadodb-nl.inc.phpadodb-pl.inc.phpadodb-pt-br.inc.phpadodb-ro.inc.phpadodb-ru1251.inc.phpadodb-sv.inc.phpadodb-uk1251.inc.phpadodb_th.inc.phplicense.txtreadme.txttoexport.inc.phptohtml.inc.phpdecorator.inc.phperrorhandler.inc.phphighlight.phpjsjquery.jslib.inc.phplinks.jslogin.phplogout.phpmultiactionform.jsopclasses.phpoperators.phpplugin.phppluginsGuiControlconfconfig.inc.phpplugin.phpReportINSTALLREADMEclassesReports.phpconfconfig.inc.phpimagesReport.pngReports.pnglangafrikaans.phparabic.phpcatalan.phpchinese-sim.phpchinese-tr.phpchinese-utf8-zh_CN.phpchinese-utf8-zh_TW.phpczech.phpdanish.phpdutch.phpenglish.phpfrench.phpgalician.phpgerman.phpgreek.phphebrew.phphungarian.phpitalian.phpjapanese.phplithuanian.phpmongol.phppolish.phpportuguese-br.phpportuguese-pt.phpromanian.phprussian.phpslovak.phpspanish.phpswedish.phpturkish.phpukrainian.phpplugin.phpsqlreports-pgsql.sqlprivileges.phpredirect.phproles.phprules.phpschemas.phpsequences.phpservers.phpsql.phpsqledit.phptables.jstables.phptablespaces.phptblproperties.phpthemesbootstrapglobal.csstitle.pngcappuccinoglobal.cssdefaultglobal.cssglobal.cssgotarglobal.cssthemes.phptriggers.phptypes.phpusers.phpviewproperties.phpviews.phpxloadtreexloadtree2.jsxtree2.jsphpPgAdminCREDITSDEVELOPERSFAQHISTORYTODOTRANSLATORSphpPgAdminLICENSE/etc/apache2/conf.d//etc//etc/phpPgAdmin//srv/www/htdocs//srv/www/htdocs/phpPgAdmin//srv/www/htdocs/phpPgAdmin/classes//srv/www/htdocs/phpPgAdmin/classes/database//srv/www/htdocs/phpPgAdmin/help//srv/www/htdocs/phpPgAdmin/images//srv/www/htdocs/phpPgAdmin/images/themes//srv/www/htdocs/phpPgAdmin/images/themes/bootstrap//srv/www/htdocs/phpPgAdmin/images/themes/cappuccino//srv/www/htdocs/phpPgAdmin/images/themes/default//srv/www/htdocs/phpPgAdmin/lang//srv/www/htdocs/phpPgAdmin/libraries//srv/www/htdocs/phpPgAdmin/libraries/adodb//srv/www/htdocs/phpPgAdmin/libraries/adodb/drivers//srv/www/htdocs/phpPgAdmin/libraries/adodb/lang//srv/www/htdocs/phpPgAdmin/libraries/js//srv/www/htdocs/phpPgAdmin/plugins//srv/www/htdocs/phpPgAdmin/plugins/GuiControl//srv/www/htdocs/phpPgAdmin/plugins/GuiControl/conf//srv/www/htdocs/phpPgAdmin/plugins/Report//srv/www/htdocs/phpPgAdmin/plugins/Report/classes//srv/www/htdocs/phpPgAdmin/plugins/Report/conf//srv/www/htdocs/phpPgAdmin/plugins/Report/images//srv/www/htdocs/phpPgAdmin/plugins/Report/lang//srv/www/htdocs/phpPgAdmin/plugins/Report/sql//srv/www/htdocs/phpPgAdmin/themes//srv/www/htdocs/phpPgAdmin/themes/bootstrap//srv/www/htdocs/phpPgAdmin/themes/cappuccino//srv/www/htdocs/phpPgAdmin/themes/default//srv/www/htdocs/phpPgAdmin/themes/gotar//srv/www/htdocs/phpPgAdmin/xloadtree//usr/share/doc/packages//usr/share/doc/packages/phpPgAdmin//usr/share/licenses//usr/share/licenses/phpPgAdmin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10945/openSUSE_Leap_15.0_Update/f1bf4ce5416e3f5d7cc993b4375ddefe-phpPgAdmin.openSUSE_Leap_15.0_Updatedrpmxz5noarch-suse-linux                    ASCII textdirectoryPHP script, ASCII textPHP script, ASCII text, with very long linesPNG image data, 16 x 16, 8-bit/color RGBA, non-interlacedPNG image data, 251 x 48, 8-bit/color RGBA, non-interlacedPNG image data, 20 x 20, 8-bit/color RGBA, non-interlacedPNG image data, 5 x 19, 8-bit/color RGBA, non-interlacedPNG image data, 200 x 50, 8-bit/color RGB, non-interlacedPNG image data, 8 x 8, 4-bit colormap, non-interlacedPNG image data, 16 x 16, 8-bit colormap, non-interlacedGIF image data, version 89a, 16 x 16PNG image data, 16 x 16, 8-bit gray+alpha, non-interlacedPNG image data, 16 x 16, 4-bit colormap, non-interlacedPNG image data, 200 x 50, 8-bit colormap, non-interlacedASCII text, with CRLF line terminatorsPHP script, UTF-8 Unicode textPHP script, ISO-8859 textPHP script, UTF-8 Unicode (with BOM) textPHP script, ISO-8859 text, with CRLF line terminatorsPHP script, ASCII text, with CRLF line terminatorsPHP script, UTF-8 Unicode text, with CRLF line terminatorsPHP script, Non-ISO extended-ASCII textASCII text, with very long lines, with CRLF line terminatorsPHP script, ASCII text, with CRLF, LF line terminatorsUTF-8 Unicode text, with very long lines, with CRLF line terminatorsISO-8859 textUTF-8 Unicode textЄ$+d;\-*utf-86b1caf8dee03364602d55f42f1576404b3297655b98b85b730ca6523f3887583?07zXZ !t/&P]"k%nS:ndhГ?3|ˑdȗS6oX^\=QoΧՔߡ_ "UwyQ%0ڨ(vmVmA=pݽը'$\PT9_q!l1`.7'g+7wL}Zֽ +I 'njt2y"Pl:6/)?Z $0,r']˿EzG("cS`N Lۚޔw`JO?Seb\ʦy~3uјhq4:zKt-l8lν\!0a&.l67]^?g=_? ⺗?wPcC,c2D&Yھw<Y'JNp(A5yTd{D` %zlreWbo>!- '=5hNTW%,!kQlg> TxA7j)Pu#ˣ weĎ3 ,:Mq 0ELFKj 27-7ҹ#(HǞ395=D'ilȥEYjgB#IۉR`  xv4Ondl3}EdQ2-{!/+4 JضfXAM} wHi∩渹8YVF}żګKkgE)\s似"pHf*.80neٔ օVP;Sbjk,͐j=%scK!qN0L@x o@+yCwn!V⑜{4Oś.U4opAc !_d%"Ƶ)jA9`wXpF9u8#ڠg`AERokcoNX([;d i⏽~)$ڪǏUڤj\pamy:hÖRJܷk gE YTC~*<(K0Y1,'Bhuܹ{H~uF,~'$Mfo}c,-ŹL`LjcFZwTsÅF98+M”wR&MmSZ߀`G;E BpvƴY5x+ױTPE9[f_$7o7=*=?oU'Z줓:zw4(gꘐjb. \91s򔉗ȄINmTS+Mw^]յ8!c3tG"\DTႣNj0:VGvnl~7ͥUStK ܮTRo7'WG#`kd{|̿`~ Uqj B89=Ț.]h |<%K+˺y?;m)?UG-', KP7]bA\SO%KS?}UJ ꝁ̔0발F(*dXge ^M e:8zN(<W y5 Tu2\_eY"-iM:9~HkBsMrz"~U*\@CR/0ڞ]n8hfCv_.V pأ.+yVaDrg65͡d3fO[d=MUϩ=qMBA#2"^Vq|Qp`6 X:}fr]`GyH! @Nz>[RO`Yv\# bؼ{Xf^"j.W֦Z @Y;[aR]Y']([ E䮚 %WR"a\Jwb,_-[j^&i)Q\eZ\Ԫ3EAT7?ׯ4=z Rs݁"쑊cxߑa>ɰ:&>>z l&D!~yim'P&׊RhL3ѿE^Z] x;uui 8={|0h}hYJhDe3WS \I=$2jFD"ߙ~^ ~u­Fz1 i"ct,-."wO$cUY&#p:X.kPi!2sK@,`y)%H]NoDNƃY*G0a<P?DeR9e!3S%:';LԹ 2I(Τre ' ɖ<RI}Y>{tɬ1TXL :BK3_؇*|gʣ &F۩+qF.čВ~y+Bs\ 1>B‡ǹDe%K%a#|}>s }wtpo+ .jD0fv3HMtJgZ)sU BȢڑtqbVʉNlȇ{=2}ut`&^'u} :I^g1aFvE_.埽YzQo>AdӠ:5Yp SNQt3.s],nV3;kx9z~_Sc)3fIJ|# Hi]6nۏc]9o*s$5 P ^`Ơt@a sw$ ޑ@j.q^y^P{̸c*B5a*h #D8S#9/ 4V4:PH}A!`{T}<{ is;uPo `S◬!VVo/Mpݚ- c1v^An1`=<p1|YLZb-˔Oܓ^Tt1Z⿺ЛŠ EٔPU |a9uT>k5 4pt=cvk&z𙆻o-zaM6nA7+SH [x:FN+KAM߽0~ld GLdzA7sl$Y-ʵ D0 sc!V?1C9v6~ڂ9# Ai|u"{戗jo~(hՉ$О-9G0c^f[l$F[6S%qȂY T j?7sk_@`V t{s\ۍJ@kwAnB 2l'-khh|P;>H釰@fY+g9*s:>GfAh(`L;C  ʖ$ާfvX6S-/זI;p_#,dD 8D,0"gZ4G*EqztоNb}ELV=X| xh;n-FmD fJcăiQO0aL&R"K}CFԠi^6/>R%*H5~&rFF&h$ݲB>7 @x%)6QYߊW_Ak%!aq!_ N:k)IS>ICHf+YBE-ιc^3ǥ"</W ]fM&xל{} [1\nq]l"J}нHY($`~-b ƣVV<5ms׷DF3ЍnF?[PTR<# $ru /[e3VN1/Vnv`6ܸ9Aw׍ATꟄkLSQr\|PVP$ ̴)zrF~BmCY A!PЮGI|Q쭖hqzY )N8YS "Y#tF 8O9`𖏖\We!)>JgChHdC.FQ(pA,&y$Msڬwlbg1iRI/"tgHNYXKb$͜iIq?o 褙384 ^~vp6.}5,u!>:L}8WEc\,QD \ 4mǰqF8'=.9:g{'PB/`V߬zE+C|)`$ 9 X&KlnܚRC ?WGO>/C8`u3}H]Q)BдFY`8a0p{Cg%`,UZudujZy-gJYr,.?1=T<0Zc?'K*$xrTp'o(gÃyO$SЩt.l۱|GC Ŝ ^LK>"xBC|+a}bcՅ44?Ev2tU (3KA iqzBG}.q2ci >Rryxv(K |)В$lr6`ue37 pzFOO^/ !STGc{'Q R`r/x;9NML5"KhYw:DKػj>q/7{ᎎ bgPs#^N+tL}Jq0ӀFV"e/Ϫzœ?=-h eenl&vHh&3v`$&&D_8l{=jK֞mS0zA&yl=R5X$؏T[];_o6Vh};ŀ驵<w;6Q꼛xN*,FckTb{jZ23ϫ\ Rq6y&0 C:|&~@ XB|=lә~*t!u!tmMۘ%'OXO.'8u9ѬVtšS>ՁHW~a\E77R GIu_Ǥnj }:g<Ѓ[>W=kT0{UU|+H09Ӻ&v˙g1.K!{qGG6M[vd֟Y@TN_H}#Kh8nAy}?m0M JT8-`bf rwG5}M.ϐZIl/B:Z(#{jzcHI/T:[D^u;IEv~%k2)Ze%O; dԀF ks0~ybT Г݆D+[̩qN4(]'@-F!3۝{gUͥ :e7O'o/&TÁ=H͑[@»A i@0)}ClvLf;x2tn|Oq#<PQE_7[Սg9ri;3LCP{~kz?3&vo _N 3X-3'c>^$ee^m9v2.;$ؙgbEnLD"If97^7ި*Q g BzF>"ID[qC~Y+e+!;ab4‚SA&W"5!y 60Dat!Ưf1tTgX~T6No'XlɆHwYzZ_&2\;- )52upz0\~p7@/uf:S '"N)T>z;bt t܁,`KΌn>"GIa5^U0l0ڝYgљA;M(61<bw]s/t6a@+<;jM$rDO|=dAÔ.OUV\:ʠ͵Dz%Ww=0C=ym1`gO,3ŏaV<ʓ>JX[#?k+~c1pgG|EB/) g@{{y9BMPwP:w !q(⤓x!L. ^ #aV}Xi|]hEm+ytL墦JR('>Ba#~ߔe6 f]sLʱ4$IܻE-eH=*gJ_PhI)R)3Rvh@iDnNnjR%5Lӕ9m4]>%tr=ž.c# CUT]3ndq[Cs0!??埮BIldu",+w{t$;v=o<Ѣ %{qwXӎm/+W Tm(0v'z%BT #A]7ݖa(%R/&4jruom9+:X<eh9bK=>,cYs;+BDMB-i=6!?@ k'5#s?E*}P½NzuRqYQ6Fw"g 8w.I(Zƅa:JsM>Fw.pzCUO,kXۤ%N7~2wjlN<`O:CZv } u8^dۺ, 2/Vb~ŋZ tp{(&q]{eG:IoO6FWi-XʬuRQ3&Rw9Go]18>LWe$ %qMMdJq[T_.`mJsYa[-[i.`R&_馨w۲ >%b*OPD Wvq|p(l&'/9­} !r>),P%5e2{0 zu&r&s_z'$0I aYiGVti;_x,ػZ$nA/VѲo(|-qiܚ ,[ģDn?@f":x9εl9"]mߎe8'HΎϖl_?reO;wKDD):`;W}ȭ"mG2\ -#( jHY8n+5q}Hݡ L<kG*|NË%brܛ| ${-8ePc/N9gǃƇM{۷X#/C PjOo4,r="W:aM>ˁ,.Bd>7|S4Lx*VFzax47ܠUc%kdZ1}3[{n#,8Zj0r!b+$h^/&{lw?os `E**A1+UAFa)"Pi>੗_BXǀ=(3]D ZoUkL\Fˠ9ir3p:+b18^+X[ |$`X5(+җ)+.7bvH"DßLh{:vܫDi[ѥCPPeŒU+{BV%anj~?_ŴAp ^3nӮB,%_PDE]TeN2z:wnU H)&<+MΛԡq>pND<HPbx:VM6nr EFn)[}y:J^, 1/撼; w4izϦaܬ>)Y51)DUnUS[>G:u?/Ga)bDnۑCP{p\ud0(}vS\R*v/Ea)`IDSQVkB/ K1$cpT _ cW1iy q8MfOC퇒j vim}8W^V2m?3&̞fr瑈Sh{F+jֶfϵcVod#[JLOԍ [BoBNQr Jq7`Ux'rG48~X\UYQN}SeQ @,M"SjI%-Qt#ہMk)!f+M̬\D*=P9OjjI>NG͛mḽ;]DSΗl[R@zQcZvp9;aȊ Tj.D<*ͬ]0 _')! )Dr3wBD6bR*e";2T y@:!cRnQ8vOg${f{md5,ʘfk^/ :5a8r*Wޫ|kޠДod5M%v]=)P^nw7Gܥ|)ZpIRLB_]V뵃 ϓ|CF*IQvn ͼI >~xPwp6)}=P|]9|N08OJ(hƻR¡/9V"^؍f<&,ƣ{ Ra25vI#rl^z#=1"Hg\tjs^8x~(}3a`a^H ~zb^닗n >#K޺&p79y:_G]?3苹]q 96=mݖ&sD|>9P k|g#0db=lO4|$?PNA֡7:ƞ:Bl,.1]c *DOJIKa1B|(` 둰]J4HIP%z |Uem+v\b;d׼k}1^Ұ|0S >|k@d)Utv+%ZfM]ej+k]XI~*}AkRo&0/_T?F.b )&Hb9z3>#E Ft~a2[/+#}큉a y,Sd3 EdH Y::[iڬ\Pi_5#&(g\<y]|ldMڀ/3;*݋{ !6Щ*IyXhC{U{Q?Fj@I4wuvpi$s9C$O>lY0"kQWӎ/[KCZך¦Si_޸fzl @0@1 D0ʾ%x3Z(Yl.p6CUo.$#OAnQ|-`>G0_x*ODXϏjCJ .7*FGf򣇺fa P`ˇZ.+,hGyQ%@85Pv]-!dщq_A{3ߊ zlkGr -N!L"u2f <15wVvWEX:if>jk7.18n:% iinv\w]|$~g?3TC9D(1y֟bN(Bݬ{2vH^~W 7pS6ʋ -Wŵќ~ؿd+%~ e$;@{9@b|wOPFĄ,L6iO ҿ3D)a~+\u]5n]׈N6oQCzfR|G29'R? [j3oe"<TOX'^~W$|u7o,MF`4%'7A* 34Kɻ|嚚2jkaF*3.P zZ-j >45;`CI2As9͐^_5* bl7-']B\S-E!=b!T@.)QMıᤷSCN-gf(7D.jA[|0{9ҟ_]5F5k慸'! KF ڌ(_D7SnQe̱ XGnP ЪpvUmsg#6 "^KTF(ƊcXc 4E *- h*n^`4 qo tvg$7 ǚ)df%v.IT5}cs4s ^@\[*.ų}n0q Y\T8pH[vq%`vWahݙUaV{3YD}HRaJP^=B@THwJخ 80XBA%aZ` CR|J5Z[9 ` ׬ԡ5";<'gs,XjV)!@8iEdM)SkED<Hh0vFƱP f<. %Ӕ]0}`[ȝ]l6bH>DDEKGAE_˫?/k-SYT@8JkALħ}KaŪ_T~㼐"%cVaw]EҐFXU1m$ Jr7~Z;61B~;<1]Wyבl 0R-^3'di;ðeCtWAҀE BzԡqB?y'f,{-;=ŵj>/4EAiJmM2Gf3^m|i+oc&?f>^?Gh.fNT3Zts?Ju_\bJ7"ǟԐSΥs5ЦgmG˓noJg3M 'ߕ2T鞒g*ju=z(`2ۙ wׇLjƠ3-.zXnt|b=-$'w{sE\NkYKT{!%[*zJr )ZsFQLް:V.E%Ujmj_N Aϫ4"g}A/dm ~Q#(#+ŞN@G!OEkܱWN@PBUڴ37H,st2ö+D>j{]Gg10'KG/ixRRnTˊv@W|QE'亩E~\_{bVڊώ#B֔4㰨38[ -{d 6WMϺK9Z:J (J+l.* ˥͆CN~_BCh}֟b,o5Q^^i%M(tKwE|ć)S0qd_ d ueI`M§˱7:L$^3F"UV(ŨknJ,:^z\]Z QOPFAd+n@TpamލWf~GFXrLk<[fj.ʤ)D2a Ho39'ǰTUEӘ{`_Lz'`,b[1gO8j/uz\I,~岇*FU3Ѡ)М^ )N&Okzˮi~=9qvrCrL$Ë1'ïAWݪ7׿6}T9-pV Ma1Fudl~Y.RV E1X CSz=[^@g8mv-Կ+T_Դ̿Hq//}O5>Jc_b `Wh#@!A׻ZX,'r7ɩ#koa,1=>I?HFRsfb 1";Twnq0v]ji *6*Hg8Ri[ZǟHK@s?X]TH]Lgt?߫LVj;9y:Hٖ.rXi \ -{]}eٰ?%a7ƁT_ɺYTP(EL`xq_₮$3᪙ixz3nWp*Eh]iu+5}k{N=?MHӯ)JݏZ//$c]3vKDY$NW0,"6̄0;OT+|Wpn`f8Ph {i>f4L!X61;  ԁ]&=\-4:c_&gBL>B0,0S}F-G,>Ȇ;Ds:G/b=5 _Bfn-]ﱝ1̆XG\zmm'%!;O#~ЁtO,ȆyDTFPҦ@a1'L(7ŒJOE[㖹hIljGDxd޲nC50aZ9II9.!^ Ŵ W}GdF}@XlyPޮթ$9`C^1H}+`j=X*{Ug(ܩ̩~V=z?ͥ,t*]U Ij&ݴ[@pCxY@3{N{ WehдNi52[y1*cxd[%:^:D o;f]J0ˮTcIz$[÷wՔ*ʀϻeb*=m*Z.TksUd">X6H<=dBPj2QenA5fۃ8?5Q+ߔūPtwO +IaOt!GFH+3.ٲyMɺl M;Xl.|g$^?ajcqi$@BcZ+ؓc!ۢ*-iuW\&bAS/{b|"Mes!2XE Y5{g_QF3+@[`-RۍrkAUyoyXB! BP%9t0:d_@,F{2J-.{ %udLl +b$#@Q췎 \8x[p#6I`/,)ZXn ^.U[6$oe?>[2<6j*IJt_#GId]\Tty~6 0 L;"f/MwPS^vǿ|г%"b%_3۾ Tg[yo;RPe ORapՕ`ӺNjy i6720ACNlƝe@̛4^Q[ hGa`4Yd`g6 p%HN*[`3?ߚ>*a)|V\U7HT9b k?Ͳǻiv%j"}~y h;J-,"~Rs̴mg|mB#%c<ψvaE4us-.W{C( !?>uöV`wPQSSR H;AԍnjJ` eZ!.I4C}uu \8z]5 /Ky^})^+o7.`I&)?zIGС\ru}u`ua*"! %f&@8:☛MB|=qC\wԳv`5kQl|iK+CYYZ f[,ܿ?$x#W=>qی^k# NE9  Q a jIH\ӘmuU \r?M,4qU"2T\xk\H"YBnS"{ [fcR>rgo uZ&lKFIJl`:aOul70 üV:,D`u*c4Š۔x`ʼnvVdh T`ВeFg5vdx)YTWX8`.ky7/5hp |! "Ka?#-oX6scɀ1Y/oQ:Sg[sw `ɖ2ȟEWNo+!J|YX<1 Q1 Hs(Jޙp~؈BECAue!)TvC88\ GAiYI˰;r] `VJM4 T{LZ԰Wr [ Fh1]LmkWQkK"b*ț}~ʑ4T2SI 3'vem:NU9,l&,磩A ~lw˕u0|_#/,P @CȎߧLאX?XA.mVŚQSLCb!߄\ńM#L&Ђ/.TLǣHjEOgs(An ]7_HI<x EJzqZ~oJה2sHQrjZ%U J-|Z*˕)Wp}r&-)TO-/wlݪh-EM ǂ/fVNPdS{˯U@?GGJEA 9n@-q'h+3jܱ@^E]Q RK^piTMH[3K7A/b&E^[z,44a6S9%Uȩ(Fh{Nb0ԈaFptP V_?_Dߝ⼙+ز,pA25uJly%|Ǔ ly1T܊ ܣp(BI^pX*j|Ap\tL.#NB $K3_Am8!Gi72Af((̶zDE4&`%W+V89$P9Fɳ7 cs16 AgVhNAK&ht-M-*J@$\nJ!LUwƗo-pO Q֣a-UNjgIŮ쎿 YZ