phpPgAdmin-5.6.0-bp150.3.3.1<>,O]cxL!M@eee<?8* D YF!ct71 bx /gp,}HX.(ع ?14VQ^>dg.*Q[<[qr la~\0b\v7|,:TT&EQ}>#&pnh9\P==/‰B Jin_Qn.uX\'H|z_rp# e =6xBw-A7jx&9)YHaD7׮Fr7><p?`d   I  BHO   0  y zPp$(U8\ 9 :T @FGH,IʀXY \D]Ҙ^&b[cdefluvz\CphpPgAdmin5.6.0bp150.3.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]cxLlamb78/openSUSEGPL-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/shlamb78 1566799948  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~5.6.0-bp150.3.3.15.6.0-bp150.3.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-protectionobs://build.opensuse.org/openSUSE:Maintenance:10945/openSUSE_Backports_SLE-15_Update/a5c3cb2299ce38de9ca8becd98283aa0-phpPgAdmin.openSUSE_Backports_SLE-15_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:K?e_>iutf-8e02c2678024493a5f4a07cc0f36156ef480666589aef174ccf6cca24d525b0dd?@7zXZ !t/=P]"k%nS:ndh !7,~qE|$u$c~")4 X 0b~|[b%0KG< #eNL\17~ Ո-#˓MHE ;xL頕d" = =^cC/5~V>y=7%Y/l-EE;JyCj PEќ#1ѷRZ% "vX"VlQAɒ>^RZXzQ\ڣein6ẐkD|ѨR{ȆD굷 gܫcf~;xR2,XB*=](L0ݯ.s>'FLbV[&Rqp"V=<}\ԔhbEn,nd:'&kbB-X &~w"$iMM;r1;<>؃]V>]9m-&~ pHv('kj=}pEp B-۵`-+p׷ae#avs(ڻn(SO2: {]CC;ƴīA Y#H-- ײfd(ѩ#fsTܨs|j"EgMRf+Z~#.+Km0hwɅ N꒐*,ahX(WqBҜPnR<4x W'ԏXŤ)vX,k4`4mh?Ijf='m &7Nb$MPʯ FA>zKfҠ߱"A ļNf1$fpeGT"Q01@!u^Zc?Y,b|bVke,6LH_aBV7?j=+}ֹAԢki ~2=v%'N/tBqseDBz̺B/f8%3/62J:MZ&m=R1ʋ_(o{ QiCM ?Nނtp-* (_q(+"fbX;qy. m7e0?o΃t1#Xg -L 'IRzژ nF]tDz6U[dx4ZE'V6Ѓ<%&i=_w?!l_ QzS-\sԞ5urPi7|ny"@"ErPUi4mWjNXii\D"XARy]k{)ݲ*vA0x-f/9#n Ωh;Iawb#N3<5$Ma7Q/~F*ɗWW4>bm<ϡit[eZV(Kh~ʒrP[acA [:Մ޼lV 4:JRմ-l̴T v$Ox%۔$qw:cV ~5:}&==8 "\"Ylt k imq]LW'eĩ`k1M{^Hɜ}G܃Ywa٠d}qN> 4.+npў۵^g4vYWgCLA16&W, Љ^D?1o]-ٔ!yl +z,Fqs co}S܀f/Ώd4g$O1WbX-5[=L Xh <;16sL7jtʎWj=PgܵT}T!+\f'WǒUC}M p.#jZI*퇐,wbdI\ H%^QuqD{hY  YHȊF&-u>xc4ϛ>RLt ,EueMx  25W% bDk;P1A@2n b;iu:nj =0ʖJ[Lhs$&W=HRHTw=y|"ЈEIEZgmU1iz  vfaP+A-n }t/s5dy_c[) pĽH FtM3T<.` *Szʟ,ΞsRJU-@g\.PXi_$&Ad)[{g7 u D_PIu'Ę~-=+@Uj,ZK)d4XVX8ψKXQOK C>KP-% se4xU)J铸gSĞ RN#QBL,Z%$QkyXB¯7󜋙Ⱦ[Ջ-5P4*H=]8Vr(_?^řuG|ǹ.O*_DՓi"nW8 .YqѶ]dOcEp*TmD.An3Yȍ$7IcoCkGe =ʬ8xMR"ˤEW[v515 ۸B,༪Ȓ)[AM慰tE֧ĪOgдysm# ,v:o,4jQ7S\3𛆢 ȅE_S;Pr@aK"DAqamk/]8GExf^m7=["v-AVw Zs|=m89RD;cn[[`2aSQr lFinV}{̒?JegWkpȢcd;?zVҨ 4-<s⹘$I4)A$ME1}$IMm{EمU'؋r~Ӹ؊cbs΃J.'RFj2=Q^=!!EaQgK*?f܊2U6ܚ u]մK+h\H9Dmۙ{$˽2â"@9<JN6q6Bց@"^rLKyc9QV^Jč<}&~C|LO:K5\>E+)׫"sf i{2S fE*1QP7NN꼣 "#E-EKaK18ˢWZ.HX=h{!Ń}G*\hMH+jļL׉ն|//ۣ U]J (nǧc^t 2*zvPO#-~G,@bou0eKjH8S9A0dKᮅ҅p*-y5 4Wa]R k^QBtuxqp OﰴE~ΡyKԟ봃r]636!yO`3_1hK\}^MFp;4Dzv&rYM6jA,y~a5zc0 UK ewpjeγߧDZ[_fyblX: YDucCv38|$VocEei ; *鯮h\!ƞ*гwVPԆ @X.{9mťe ɊoC*LKQآ3Ϻ2=Y=̡u\V6#WvRmkݚ]T8CrQZ&?/auI7*mH,R{{ҼsٳX++3[KbI Af$X S~7H!<e~B>.'eԯtgJۍÌIgu$4SbI\%HgDwLBVXҗ8I꽤?B~Iڄ-|gN^i7x̌4Y0Lu@d' zѴi{ ^$mnfQ%plcqX?NVgq唇#}b@VW\j}\hqc-FL0yPf?jjب: KW{ lcuM~$=4d+]X{D51qٲ5˙R]^Մ \QkX(WUHherC^4L3K.:P(GmszV;d][a9} 9CIS F|,NEF#A]A{:EGrXG_"o$o'gg[22`k<=n(e] j.\`<{&ŜC½ U>[`H燖4+V0.:k-mwUUBʺeĂMZ@8@VJRg7츧:C[PqOp|Rsljך-Lx- 4 I7wlp9:z/p[q 9abP|un4'qC3-Ƿt/Ggyûkx sqnO&/diBŝH4Mˇ23AGr*Zqԟ?m?nwHH?<ͷ9ӫ{k1MH0Qrh_zwm4N=?l&x}HV[ze_5R*Msu@(4@QI;ל*` *ΟRm>܎ڛQ] +#S w""0$O9z) tDiVN? au/Ţ ?dAh#Oyoԅ`vO0dLoZ1\Y7Mpϱdfhgbb%?'0C4S$z&hT:K$G囖(≋Z-h+C` }boipjAI0'J:y Lb']-Tpj%QL Ć&@AΩ \_"q5ev'p3ίJ\A- &' y8D7;.^5-i@FYp i{R%D})^O$ak$u]Lt# 3e[!6L3$?kႌh;cШk~ "|}.5Dh* exz>,Fb*PXD2,*G^*ՎW]CHLֱd3xe0V%+>]ن_ixhϮ.`NXo_/nϠ 5E 5,4eh,W|.n0 S^ݕ AcJN?}@Eaq(!1\?EԔ+:SkB%0(Qfhe'X )Mru* MQ" -#&m4SG:}Aj[G 0-\})hJDZ v)%ò :]7S﷿fw??IDhX`\nX lNbǾB Xˠ n>T9U!,.Yh[UXnJB~i,4۞pJ KdMVoّn` f}ꋳMpoz]=],$0s$Hr7U H18:Zs1 c[roAl80Ak p.DS[yYJx{޴( }^92u L^GŵsƲ*>UtK(l37!O@28_ E SQ_ޑⲕ~C|IZ4%9{l5φ)ėՙ|,e0.y)N%tSOGED`7ʣW}ҫ1 VT~\a<L(jqNb#~\O_z.kX:P"K^RFߣmݤ|d[be& 'cnr%{$! ljz X/S޿}/,N& {v(, [Ao37ƍ$Rŷ:ܝ)֘ʲwuDNTVw)f@{#m^Un7aQIGF1LT3TMVYèC| an慴LPtkTp$'q6l7@lRJ})?=׿^ -VnF:bx()S-0ךgj]8H1p1 ddD) F_{V(|Z*j҃fZ3 DK1DB# 1AxsY$xQѶ:bƊ9LuesCX d:2lX$gMLF*éHd<+>d0EDB%lWl HY'c% %|TgT!lz `.G֎}iהKt[וUag )|h;mu {h] #̤aD[^WE 1oUp@zl"v8ڊs?gd8vF 8ji8L"> *ڊsA DŲ/ךKx!mĒJ(65hHJ_cr`q|Rp&s iם_QJ6TNEU1vAT.̙b (пE{ԍdy,l7#os)oDl4SMgqj w<UCfVJV:G>ȨH6'Vun:EWVIkBc?Z,.O+MO6CF}pA1X6|C)ZyL: Z"qvU f5K8,Rk3歧 wQ^@4lB_Dw1XUQ.kRZ#KE4ߖ^(,WCNhc dmgW䘞uyayhz$K-Q 8rkV=,?ზ!+u@&\^ag*R(Rc6ć*%9Blvdt@D3*щL>G۴\ƙݦ,=& (!ԕHh;y.OG+m4fϡ_ˇUP]8 &]rVhi b@ܓE뉅";/'j4>F'A3 2|Spndv.Mx6kUO%'3't|q=g>۸lICj=f>mP6ẩ$¦P vG$\s>h w8SUm39#yيY Fs4#bJ0~A;jEv:'$-?BV_qj͊Tg5m\0ԃ$ev}n0Lw)ŪMS\ 9>~Isp=tC9S&<[?܉|J$QM*'ZY󞺆C5WjpA  EͧB]&k;2mڷb%9GԘ$_d׬wxcƛxV*QuYdΌtx\WmJ2ٞiT2aH kLJ-W{_@ '{|Ge)N{?Ѽ~h4ws0]Rݸ|z8`}oЖSh r$+޶9fa9 `P|%V%K`=G(ݸ[ /#[A~C%)dƀDą;.rd1HO0ٜ%ֱ՘2Ev j}pY& e_ۡ~2؀@(R\n4%G3sѠ1# 5A춰u=a[nO %  =6 it߿KN.Z2[Cc8 ~{ojv&_oԮL }y092o9o!T A+u'D Uvnp yIm\?}qٱ<$(Cnj2+H:Ḩ_Kk+՚4)pgЌC њYܛ`ON=}j4MQg۶:@a>0P lQwR ҕiT30Tl:i& g+8Tn5|G/䣍H{h9e_cc/R+h#? KE,lzsFi\d8-BLJ {vA`, +⠩IdǯeO-ɑYQƗRQ3 I-y8?$T[~`%'8F2ڽE;,'EvtStZMANU*xzxM§m5]T,Yƒ `jhH',g:u8 .ὔ雱/m')2yy gI8ִ=RohCSeYqΥ:\6q|z/ t\p'ynRɏ]k2~ӽJ-@6X)tϒjv3`lq$ ؘN*v̅Mz?ʅ\nTO߈oƚ1w 8jjx(#Fofr.Y<'xC}5*>)u/B=ӌ#P#W: /&u(l%RA ytÏUMWS粯J8x}Do~~uM^XbI&!t K: *{E QOW!FJC|]%?/kmb;cl|<9'( Žd\xn:""݅ykSկýC~F=\rM-o7kSsņ;4_{aC- [桿][솆{B).HҢV(C-Չ `xzڶp:{\@jsW~gO]gb?5kzq3ЛgOkZ/6^MwGiB}N?#$?:̛ZSO?&_LQoWxP- |\F~\3zK{ĿJV"$` *Nqܧ ]Q78(2btH^M 7< d K Q:#l&fW"pM%dVX,EZ >F?Ya+8aka.)u YOoB:G=bM>yhx`@TAlQVe<J UmAi/Do-i5bK3e*"P/+Cęo8Rnvf+To Kc vU8oi*9eo(Q:G|d-Wցg8p m%`QЛXJv"h,i>s 4H֦*ƳdǬ|h~FWou52,ĉL d[-hʾifN%i"`F),d#Z&΍$U˻x;wkQk@&w=}{6GR?%[EXMcH8?&7JŸM9 cU9eДt03@>KѝJGCp.Qg9@ڟ}IIstl~ACD'*n">:f@@ž;7P-1'#ޏF8MZG;l`i1XF]bK&AI\( _U鄗BU!UHxA`_:INƢs҅̇X 8Lv@vjȲBde7r꾉?!1q:07,Z`Gc:PgpqXtRT LG;jg:[Y(nj<*fLRWd+kUrJ#|A[.5OOεN}Ldh{gy`P7 R/I˚:d |֩ A1#78N,=[sV:0Enh:{jE`yΙy[Mo 2(*m|;@6ջ4g5?p*w~@m))TJ^cˏ\[}‰i2n"@]lqN ntk|Ijpg\D^YغalIkfRkwbEoU;W銢ΓUCǘqǑRײ3mxLH%Zw d(wLo_IxwrVIjޠӸ\L,^~2)/X6{e*v <)#|X? "Y]F4׍*jYH-g S,?뙐)a8L 3T4PGmfߏsO9 8;ΕKCH `n?#,iNPi#_[W-[m^)%lj>Wb[elnءD|a@=3h0||0/~Qs|ޚ2([ٙWhIlTH(^ئq3@ VB7"!Sͤ}<_~g`xfSdSNmRǻM~M] 3R2dCGļ8{PHznBc%pRb(53w/6}n&S8)>/ҰݕBtZFHR1ﲧQ!r?^l7a|F*4jbz 9y[zǪ8O/91,Gp?nl-ϊh)N!m :_(sl PWARM?bTm inID0#C+ qu9#4#92@79͢ڒyñ9Uw6Ն2L@N4Y'qiDboiY5I#g֒Ya󘏬t+#.vḟT ~hLoPW3d6n `9+}"0-$g8`\~K>_48N$z6Wzg.E3q5>1CmvqlynE}z]3oOCy닾&~- rTΖnS?x#;+oLZTJѬVko]KcP;pggD9lVu3B{.Ucԭ<^7̞Uh䨮Ý5&JL H wE*;;H[gE'崾mlJhw bMta)5w;Ey]#Xb6Hc6!@걓kU(N6Ms/#}=&xs+<'vO FƳSM6wo˩5#쑣R<]QN& l_?gד n+1ӊSEHDcsHC2qD`HG}롟+CsD"Y));Mns|P=Nwnm=lSp|u&xIojuv7*>89pv'~Ggӯu,J,y_z"$g`}8t= B*D׆OgP "JKH`ݩ^/ȟ̹HlP$Mc" ϿrpK(-se Y/#Vv1I{32ɣn,FOj7@̻.d\U`4>م}brJAYCv MhO(MF z; Sl)n٠QE+Pt mc+mqo~i.PA/cVΜ#1ͬB5P%d]q޴.̀oiF<-}(r'9y+y mm(];kN@#zҒ~RPs D[D i!%l=Hg\M@ieGgă+M[ dL"h+93 ʥ4;rR:,F_;B1}lcgZO:+ X{Sr{|WCD#W$Ci|qYvURU4fɃO<򧯝Vz p+ joCئvpI<Š A{괽eMt-6DE򏾅Ǵ~(V?h_a۝$Jq9@-Lz5{p(Y`[ /Tr7~(JX?*2u憩Nfy|#r5CNzyHU O<&Ź.[h݀\o%kW^nrStEaq; EDWl؍*cR ل/cdo 2dža 1~ogȜdY:=~(Gʫ֬7']l-(@{7  id6QM†K,M'֒s| h) O$5},}C+ր;iŊ]p¬HhT*ge6#7oX(v@aPG,0صRtPHu6{9Pm&#A߫A 6pNXD<̾h6hX7QATIDi~߇h@իk M̻?[;j\,`WK([> *.\6Ϯ#Zz ?7p EkI3䜖ll)|qAŝxY W)MX+7ҳMjvt]_2gu&`*B(_B>0mXbF_<2U"މ4<<>4,jMh;BX0Ӱ']c}ՠcU}@vPX0+KZtfΫ ESpk'b1s8WVɨBﭏc^~r 8q]r7h0@lEIoڭ!D>rJuֺ\ t:="+û 5xE"kJH,]YzB## %H~!tj@vm\^5$:!BWKUɅx@ѫC~v8+zl OȄݘ_֜~@;BmXG͜b & =n~AyP8V{2q1cT Qh262U'u)NV*0}J]3ϛ@}o)ԄЃ R\c˖Š."__MSœ ?Xƒ^77SJ0D C'DQ%bHMw,*7y_SmH)V2 EJ%*|*[{Q˾&~4>ڛ1>3A@Ю$1.̢;EM"ԅ}/m}~[Åw&ai>_hgZG<6gI$VF-r=J͑#4ESjO1UaFcCbtn ?U^¿Egn>nG';BͺG5] #T0}%]5z]0?(LE'.2d nJV)zj6ݴF Z_`?3?Cݯ,VPj9N5-,t#?p rPRLĐהArUѪw *y.ή 1zƽqR"5.F8+js6H=wu+GPuQYo?quL~Y%(3(ӛ#rF|HEr`"9`fZQZ2p:JIZ"gVɤ R'@