phpPgAdmin-5.6.0-lp151.3.3.1<>,O]cy/=„;|\ E#.bb?]jJx=/YA/01VNei\7Z t:>oө躣ub) <1"NkȟЖ"[1E{ѤZ#"_%ƶiܓjQu#ߣ F 9Pӛv֧&B3!"~B=z&Y1ռv {Zoj/ng U@\C*xФ>=?xd   I 7Y_f   H  y1 zh<(m8t 9 :l @FGHHIʜX4Y<\`]Ҵ^&bwc defluv,z(,2tCphpPgAdmin5.6.0lp151.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]cyobs-arm-3/openSUSE Leap 15.1openSUSEGPL-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/shobs-arm-3 1566800263  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~5.6.0-lp151.3.3.15.6.0-lp151.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-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10945/openSUSE_Leap_15.1_Update_ports/8bca76bcdc025f1d2493c5b4c569bc3d-phpPgAdmin.openSUSE_Leap_15.1_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 textyz2 *4~b>utf-8f2768a02e679a4546dc27a0ca39567faad0d80382d67f865163e7b4b2f9f1a07?07zXZ !t/ P]"k%nS:ndhЪ>8z\2=F{az?eXk RL~*kXFY"C@­f#bD @Kg|WnE~V)K;jX٨g}Nu$ =>Fg"b ԿSȩq M/rL:LL>/Zw0NS"zgXeun3Sΐ\wJP8%Q]%|(Q8m+(2ejlaUj68vݣ;1jM0ɦ<>$Qcs*8ir&>EAP_u@*O#{<%>H FES&@-KPe{vCGs~zZ~(} UдXᾞO۠WR@gƂޘFv=/Vg#]$`:N*8Pp۠R*=0Az-_9x.X=$Ӣ5cMo\wFVtU>h;4Ne/9a߱Do|gX aoQ'b1?SJ+Ҁi\vsH,o((FrD{Q3Ҋ{7%lmW /T`8MPͅoP+3p#cGhu>sBu~S{W=d1QO6[6D4YY="*[G R<6}LY r'>!dS*%W'w*Y.h"Y (\&)[te6{' +na&[Mf`ik+}@ۉM֢8jW`ľz|8q$|ҘQu(c8?Tl._j!3 j }ʼn50"v|L2Ir + `.0LJE)0ZʘJ,aE`U-ۓ\$mL'ڽgl1Tp1GkDFK濉z޹SR^;OW$FDsM@J(!&{[aTc3]\ X%[m/0rlz$]UҢK bohk}) ɳdTbկI ribռv-'E ˈ+7( 6`Y;rk#A4?{GwnPbR{>-֐')P+pO_G)|?wKTTf3$+}#ąҋUqA Hάp] +"xop׽2KE!^3vaM0S%@=IE Ɓ{j(,RsV-ܺak~Jj.Cz&c [I+c:ȠlD(: maH<iѢ7yXw>J, irʽtcy9e% H8W3%ߚKAR.kKSj鱙&"7&۝2H&Tl>Q~rCB,ԗ~Y~#Օ=yQ2V-wYwC 佱l4Nfh5@o{I$J&W Sop 1bA*W`9LS!8nPYT҈K <ۜ64#@Ͼ^[ mz^2֐k^;WleUPͅM֞:1 {7^G[nJ| mwF@+Bb:E?}]ޭ"7eu~U2zR6Yl-D#:ڎ G.80|D9ҟ 6S+C︲I>γn;.9;|wv.!SaHݬ_7#hґRvJn@p9&eGi"p^ V>n^I$wzTL| ř \$=mmqmk{+t9΢+[aja:#*GTtm}UֿI1s8Uh*=$N=bZa Z<)?z~vMCy ⭮iRH eJÙVި@Q(77Ww]xe|A6 u{Ʌm 7wU֎kFILK'S?'mg&qJ fіv ;j*H@G;Ћ"6kzG+dAjgQzҜiWiqFf=Db`.%M\l ^D#Uh& Cb*e3bɈW_l~7˜(Qd'W/=N$lO&@gDMaz*, ԧ.NP JyX,*򂪘巄Y ġm4XwY#kLx=k<J W;"j FY_5A|+I;Ids}{W /} hA! |c< ԩ%j]Oh1%V>}+л9 (tU PZ tAS8'"wx,|$}<_{Hb+L~9e/Zx.G1~IKS? ۪0 q/=@(^t.juw?;b:߳}|FMhx L\BnAȆ/Ju!"|kI(Lÿi>k2bٚϏzUMQgg,;4G脱^\oOBL$eEy3Aѫ@hE:s%-rA)"%2yӍQ nR>}Ŗai|?JXJɥaѼ0D̶a*9Kڲk1`n(6-a&D+L4U7J KMp'q1Ov5kl)bvbbiv=Mȑt`ܷ ".Z\T^1p P M\vqd9~'A Uf$r ћ~K_O$^EPn8%Tk|QG&RkͿbp[9J2='@P$mvI/ IlAwo?[A=g3 bPw$7{>cf5CK 䜎2HGt=H5\buNqfu_=Fw/dI1kWS`IIrd? icU)uf:=ֳ RD=B;j締êwjBE:>5}MD~D_|Cܤ"$B3~Ft` mfm=~P=VE5aHnF+s^˻NBQI&gU1VZ$> o[Ph4fQE'2;Z:!}tWxK>G}(WN`3yD T\(I'і=#1o<ˬ[ٚMٰZݹ֫0" 5BNxȭ}m7W 'G!^ wr,#|y,/tF]0y, u$8ᎮW/+31?X} KFJ29Odx\Au6&yjd~dxѫcHF6F_TbbH),HyaX$w%-Ɉ*)u6z56"d6"`6C|)$ q) Gtn8-B2=L5|joS֩+;9"I' OeG(U{u@ efz& di pu}oA٧?)G%w1Sks Ü&zдԛ5F=X|P ;0CY?:إ 3 OU}F%S6cOQP5;GU|e_ mu[LKMe] Z*,^.h$#b!g6Z"eK'0GQ 7ga2p.N|/~Ǣ=~Oou Qd`~Y'< ~-LXA><93ed;X~y.0B%k#>n kH#`-_9neuΤ<4Em6tZ^Xrj`c}!$sl|*¦ jlU-%l==;qS,uPOss.ǿh+I@Weܥiw{{S5j("1/[XK}[n(P*ĥװ FdnqzLxT@M1L zZW|߁>d=_ZG.RV%s[Xesԡ[nUC1ZO1~1͘Dt%4Y۝_DM@:E# ۮ#46/de Fa1&ɔizc; 6%uQJ-Qp,4| aImWGI.,8Z!L`u>a#o{dw:/|];T$p_*9nuw{r)-ߗ~]BZ*i*w a42F?G嗻cOsK~ӒqwJl MPbf>h;xx4Zm\E" o#0i^W"Xx6PRfvb(푖KR5jߓ ~RuBSfĶ|טڤdU6ْ.G4ś.ԭ$|vq`sM-8$zNj ާ YPw],/˗mre:= 5t<##׸\Tpӌ+ ,qT_ GxKEP}伵b,!zW#sΡZI7쇺E5QW1Oս~wij-J"+.w}tQǞ4'uA#lFjV,jG gk4aX &g~KHvI)"Iܺ=v&BG>{\\4H  Pt)b&ݍ9nKCx^vбD9Ȯ3gG| _DL6YXomZ5,ކ'eujYY ,^`vNA7 8W,Wsm,x βlҒ?1 $ᥫ}n¬XcGS)jUkX;H*ͻ/61xo1ȯ}.4] E [@zp.z(GUcȫo-&=.qڽ":.S^䗲͓Zx( Xc\ #b#VuJ B8*Uk,,oHN&*}k#,}jAKyD\3c;mؤd]Z %vg2ApV(KTjg|wuܲ'o=;4*,,W6[mW]`Lkk[z͊teȬS߈F BAj3cu?? PV5G{l*0uS)Q;bԅ~?ԅ|aʦU"?E{l )z4AWj,%.Q؁@O^+y{#1#D*fj\sqmD .6q~kR3g_Gm m?ska- @ Vhnn<+)#9ǝ¼GnmL/ ZfT`zkdu[3 OkΑ0c=z|lnO]Y#t&+HH.Fq1IB]T˦\W{E5=W$,3. d1K Xswx ZɤN&GZ֎.jCX&6JS_Bar`W_ץ]1rx%&j%ڠIKFGͲG8|Z I[.#`륅fSRڃ%PcV^TE v]4d~X`Z/q<Ć 9"ө PsHh3ǶP~jFklC9xRx oIh׈ rqҳu*5 X\#6_UvԐBUz, -d[Qu0X:]䳈7qo!2qķuwɤv!ԋK 1R1뷓 w L3m4[͕83E41?1}ջT0՜;6* b2[u;͝m *& tFLy  ._m|)`^m\.xXpv!$H 27P4ÕM^˺?1<ͣĻRøA`i0lq]᫂j[Rtӯ?Me{!ser1Z x+CRVj[Zu"o#92Ĥ/;5;1dLbKZTgXf=qG 1iC =@GZ݊NWvaI!9eᕂl(f[K5 dwP"$v y]oO}{f3ܩ92LEn+@fRZcG}osoR,.XY%%Bӛ 2~2* qzh 9S;@D~ [ݹ foFoְ"{y G7&~~5bG %3m )UKl]yڲ:F-{92Eƽ췈Ͷ#/ D>UMdžg""\,˛rZcK[""/'{GBnI9#`Ub u*f?TFHFF@WqbNQeنx&w6r;yj`B)ݦL^Q蟢a!1xT[?٫u[Gqas3ošR SwSȄl%~:7Hi"./a#D I>/2,YDZrE%=S'R &t9tQ8 ;2wlIqӱ0ӌLViFMVY{v!3xR_~l%77799zܽfUQHF`|yB-_xcA,Gp)pth'?V8١1P"] .%b)|L!!0Q rGh/ { z?pivktʓtϱ&`LRay-Ej2ݵfZĥeȾLB|n&IQi,9ňY @g{UMR[.<.V# duPEQ!]V-4\\G`F1G gYD΅p샫$y5* y9K3YP_0C:zZ["\(m+M'Xev@ SHаR Tsl!xG,NG_%iXQǍ K`= eCm8YztbC PlZM.HA:\u/D3*5`"Qzd\j~z̭K'Õv=cئv&h/ T0\PdibBUd`D2k[j8M~~7yJ9|Ah妸IZI;g{_[(S?ţS؆}uk\ZENJO5UZ4H,ΈWESLYcJGBJ&S;JF>2z<ᱚ4 x;{2eB{!:RnG+x!쩎M{@޹f`c3w%՛宅Yˬqkpev ׁN`3x3ЗXre_g5gH!H}HaeFKkX䗻yRT9&P3Di'E;KDL+;@#l9џdƘ;WWO~"؟vÜP~7Q#6;ǿyq%<09-A]P*SD }[i6Em/YsI*Mo2 /R6^yn9RmrH4ᎽrӋߡ&C9蟳duNW3)ia ڔLeY%BQ 5QE?.E?4$F6UV[o4Pzn-xYj\ISb[(=0` CuސE(".&Ɔ-*u"a9fa`p,Zj>?+C˥Pq܃z4P ct c"cv#yd}BVUYԶ0aߙj!Mg hAG!atuB2ŎH0PpAЕ17SiL 냎8rE>4տ`u dq~m'N"hF-~}Jf{_ݐ[!^k(  SK:-A]ƙ SEp((?m`m$#wDه`)&|tu7 hRWOQqan{ re_id{ 5){x-$@z9߸[PϪ@mgD,q*qU )/DJC# 헖ZaYiL#WPnlyEp9pt ՒSZжqQCd($9ڽv  CPٝ^P|-n3?FS9CQm00 $8b8qUF*#S1/>Q+_бuDuʧ|8Nm`h$\Ѿa)ɣg!IEBF'm0<5*=y┡>RyI!}(%`m/ ~Rpa\x*v-l%K-Q&ld rJ 7F[)0`ެHi `T-=lD__\,ofT)ҁu6u5s0byZ0,K[<)JxeѼ|%*bŒn޺d@̜@p[4D$Jk_|iSdk\кi BT\ؐ+VؔX y  ^%U0r#h'%Z*Be[ngYoSemǯ'Bj{ЧE^3\Gαy@QPPy{1~i`-Iito輸[^̶< Z4$ލD )ĆbJ015a}ʆ_3r0v =2K|brap_ ڍЗSg8HW[%&bdj)/,2wCȭd R탃 ٺGd)e/XMIhx~O9\ʃT 1V^پ;y8ZR{Zd%0weԁY%vvR=,Nd7{==ճٽd)TR/w(zqʘWDOx`s5t#@Yo7q냤f푸>憏zt MprE*ԴIVF ZG̴;3*5;3Ee95a2i"Ϡ[vF!׀Ys < C!n6]_diop({-=,,8u=^ccE2bvt4 O*9B:Lnc$KBgsx&߶>Ċb:eJ;ްQ݌T y @H6jk%֮.V۠b:mqtրƾ>|* h,vQ~I݇ dv꯹5nYahJ_\lTbUwvR4Emc$*c}d;df0E"\]i`*%[fG@Ϊ[*mJ;b<pQw+Mͣ|00D·Ha Jق*xC=6+[^ 2LX_-:eD1wvݭ>#&8m<)0K驒_uUu)aR`ҳ`\;^ 7UmQN0nI KsrEH}P^/u$Eσ-T;pQeqY q/_Џ6̼_YPսB~ ԍviJd-G]]d"y=z z%F_9qINb$S`⚯JUēdk@IF\m:?#R`@&EH.𷋢GD-߻x Uy_r6IGKw8Y" 8@ru NkGgB~ CwT =o[ n0j j.N A'(a܊~ K);G!pLK))J-՟ϟ~#̥{n*lmx %'Ҟ]㯒($A. }SP[`cʜ42SԠk;$#j32N>TV v`aETm#U\P2+қ9lo9\ TYR2eEd80V'N,)PkS[n2Z fMZ'Chj&RjZ[q{A3|k?ZjCr9L݉F` ЋO-ݓNUW,+- :(e)Z9:~DG_14O6=B`X㆛jJzeKT%B)cIp.m2/֦m)^Ym+q~0g.5c5;$ǼLƦYڛ2ߘ˷cޱa}4X@sELcğ\ guܜ{*QSھ>I O cn`E 8>wUknvR=Yji',+<+NC߲:5ڜt 1e$c0Qǎ BvMPÓ ?+$+qEu6GYmX,Sqn|{Ȫ.ǒRNډ!U 盢͚ XPH[Y_~׵V` m]һCKl)*b@rH骳[1_Wk.)!T>Ch~dbnYc^'.aG@#ݵ7Q.diz_xz4Ni4Q$}:=OaC lcۑ" ő^]/-v; #͈Pf?鸴-'Cim>N( rZCfA;^6<`qIe#4GPMi '[R6\t^z>1)9O'=ё ٶ^Ӂ|.b!/؉̔ΩqNЍffʋ$\ I[$Kmo)g6f}F~+i̸2oZ^ wwk:ăr*%=EYY8YMé9;qբ#RUQHZF%;c-do,7 LMi!- }hC釄8lQEQ[Z a%'0z5cz ۷Ob"T@̪!5Q&3z8aVj' @ESS{SYMO 1=fʸׄj˄\o\ˀHz?S:|iU=fxum2EDԘ+II=himPG tC-B4!Xw=~=pt%Yȴ K <+ l0yylRC=Ƙ/Cl I!bY.Agxffk.buO~+}`ѠNM0уZwSVF51--clۉ. `SM2M0k>q ڷ QCDz/AmVi&V7WNs6ޣ{7C% Õ C ;Eɿ w86dˏ[;NU쪭K50Ɯ,T*Qn^wZ,N0l7Lg~zrliίpf{ې\rҌ+?YB 2~ހoph!_.%)TQi/=`S;<}bluRncQZ~Ж @{#g!ZQ'7q#<ܡkЄ1oՏB$)|DcS|4}}>殊S# >m޿J0өnwmo]dÌx릞<S]yzc$&[tɞ8sA8ec2:6T6e{ډ.-#,e.c蝉+w[~-%'˪iwD .2-G[ֻ3^x$eӯ uf|=qY^IrE/yr2i G)+2*ٶ_5&H <P[yR)D23s+8'7y(N0R 8a)KuP涋gȨ@tXqS-_(UCp~RO(7V9e&r*oV9i݂ ϙr[jw {nԲ5 pNů9*{ծ^1nAZ~(fLD'NW {3Y}0v g"g!4' iDDzT]KEvCkACxB^n(h[+ !c#Տԧ"]+ced{8kU0%nCv*D KQ$d13RpEfĒ9sO:HS/#G|ywO!'8}GL=)wk=D?Ű޶(2s/@ Vl%qvKpb#u8#qKa)˔!hԃԅ8gy9*ӡώK_qAF5pKܳ>guaWEqR@E R#9Ko0j!I굊87%5xOX'bٰɳs̆ՃވLFOTN~y'483]L'cR* pv`m! Zr_z4ģ;  JYqXZkT9J) U}Ŏus|5>dxdśre ,:VP{#A )cZ]ͷga75a 1'L