phpPgAdmin-5.6.0-bp151.4.3.1<>,O܉]cy!M@eee7 NQ=ZƠ2A"|[a K?rZDܒg(q*-m˲L馂b"2C9vTm3@Xr4R.ρK)YYt0o3pyfFvjT nG5NHŠ0'N]8 `^^(Ap=}~|Γaݛb[6JǛcl4u7J4v̴96ҳeSܪXwRfi>=?d   I  =_el  & P  y9 z$pD(u8| 9 :t @FGHPIʤX<YD\h]Ҽ^&bc(defluvDz.@DJCphpPgAdmin5.6.0bp151.4.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]cycloud107/SUSE Linux Enterprise 15openSUSEGPL-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/shcloud107 1566800263  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~5.6.0-bp151.4.3.15.6.0-bp151.4.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_Backports_SLE-15-SP1_Update/b5a3269cde859f3a0c7a74a0810c9c8e-phpPgAdmin.openSUSE_Backports_SLE-15-SP1_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 textu6Q*{Ev Pgcutf-8c904da98aedb7232cb8d25efab3929bb9a537138e8ef27d1d2ee8f9f970ac78d?07zXZ !t/8Q]"k%nS:ndh !7TOXSp>F{az?eX'/<Yl[QNWH1&wThH)(k45*Km+Qj_qomQs7@8|[TнTˬ_- vM{1oyͶ7=$Xth~o181J_zkށĕRo؈T >OR:l0R ќy5&ͭͭE 8:p[G`Kϭ{ 'cZ ̛*^q la"o5USzܾnz(:WrXBEzO:avn HZt/@8>@,xH$X}-QtbÊrbLQ &o 93a$滿z\7`v(caGHۧ1P;G]S(vz7r?mPsmv4JoAa{JTYğ:r[y94_GtJ^:m.ra3RG,=m"-JOu5n+E)"ˆ !\ c"eP0;r,Eg?Ó#VWGO2\ϝ \1GHwsuO;#a A ̥Xl#iϊ8&; hz!_J#FKnT|U֒5OB2ϑQh9;>Lb@jtw㙥G flk( ZOk'q<šS7ܴqm[y=/=&{K0c:UX<ʮ)A Zf M'F)»n}V<|q6YnIW>튢#)B"fs{ INs| ٬~Emީj^f2L[AW4}5K Nu4=n!!)ΕK4!ЎJoMґiT.AfM+oή 6,QYD.B"k ۷;ֵ=Kg~$vN},'<*|mY@6#(q QAp?EfP9n|acpI3y]tD`@q@x%ΰ",&^/C0Eh~'ԗHN)bd_8xu)c|Q~+4= 5/b0Il,پuJ~ 5o\+`k ? ^r|6 O˟ @Qpv?JA:2od+&ةR)an m*;CE'2BȜy/rvGws̏}C-`,# 6ЮT| S(ӲfV y`hN^ts܈l"_xʤ@)x1>_{!.RF+aG i('pi)ll=`͇,XJE)Bh[W9_^|`#c!bwݚVn Ӌ- d,St7Hnb^.Нe)Ӆ2Dm?NFmR; 쀠S1Fg~0uW}uc'J/;K}q`hJ.*mF6238 7&y02_]>)B(@q8}],w}_Zv{IKu2_=`So0Mu:RbY3L)4,=nIl'|X_j]"ҭlL)o\UN'x EstOd5pe&5Q^aaBt`uնfHvˠ1r^ E8s9Ww/XylF1{PKhL|hM䡹8qa; Z… km9kۮnW 1] gqsUm+at94{׍2&V$g2}8^iGCT`oPALWG項RJDdTϘJN~'U{e``_0;`= CQwLO߂E?آH]uDG2cr/\$a٭1kp,@H$ZFYɐkxm|XR3lq {LeEB`'YP 瓔=|/;3= ׭\h&SwpeTdќ'j\.޴§8Y^Iʐ&ͻWI#(e+99mp3kͰkA2o {u?'ƇB~"'&4[e4Ndⴒd᳖Vt=3%ҔUM=DAL9LP%#E|U&zj]sE%Pcս4fj/Dsw=TϖC:b ff( fl%jB?E#fӸ&zw-`.|rbƾqřŗE}S$3kSHc?j B-!|v>y mo S ~&s\['kUN-[s4kILU:0EO"UMp=¯ "˱lX_鞁bovqs)kBtp&|} Y'귫3RCNg.˪1h%By-- 74CK-QK=:e:(WŠqtA8d8ƵK~f6ϑG 5vmG" N )PX@ބ-f~ic1kzhK9ҁ)SpAE^lji/ӈ]% V\!qo{mҫU$-koJ%~;: <t"9$^۬]Y'Ʒ(̏m16 شDyL7D+طc#΍{-sR^M$W"'bdjNB(Tk<~;36bSv nkAc8vYA:Ird*q_TXS{ vdh+-|K>qanQ̀f򋮳?8j;i)۟jm&}n]F؂WPPYgADWӃq .iH1$@M'{񉥛-!<.N2I?{Wî1JKoA__q5>L1WƄCWq znxzLń|/̴i/=cWSBw3Zpp}>W*!L:.L,೐l=ZLuye9v\!YAI\o븆9BmWo-HQz͢ _訚M9ѱY{ ̋ɠG_4p[-RT?ﬧ-W!FrgPu׾WXA Nޟ鴫bZ$|rZ*W?=Wp09, ac?-|unEֵܱϻ?ˎƹW(Kud*#RWOkh6+Aǟ%41_W[I;3TSUz؀܆{2b2ւ (yeY}>̘t|rv*q>kc>jJ /cHqJ>.Ӛ6m:m,J_{srm:d,VkFI5v`G:LQKUHux\.:W"«"%5+и3W(NI봺բ+_Fp[\'ߵ%U-A?~EеmOg]|Ih4q7_GŘ; 3H~WٰڗBL勥&^Z9X;e+M3  &f-l\J7YZx=-uJy+Wk'n6@Ol&2y%"*tmf--sNO T`n셲nqW|;܌\aT04Q<{57ne:73}`@u])0p\f*.}@v%uِA)ṞBfŵN{@QS5V oQ;:zIg˼Z~=)_32Ia~nW ~UH:Kqk @{wdTZ>J2Ao{3fl|xA , WUP/`ń?Y o@U4]Ae$ ([<VXdn/9iWcl-^{jZH7+#u\cH햊ϔl-bOmA<'i*S?uԍCBխm̟aUmH1w6GW@I'?_^'%mpC&0DZč9XMj$8@`U(+!3drE\C[qFJ~1(dERefxtNXyq `LRcpE5ܛF$ @¢}M0&?{AZX51haM!}vTsklklP]^$])x;=J\iW}CsDh4NӅ^RaG9=@/.gqZьy8g@V *n!2Rvڣ"/?!~QFòƂ qg'=O~W8af4A(D@gR_񢩒O& n[,钒Cx-"\̬>{( )!cbL)d hYulJk^# CZHKS{TM}b&Es&[|$SjOeʱObYQ$ɥU9igL}A.Ru]N aV Se*8#R@ tF7FDB:Ihb8 > SX:/ j,!?Tᶦ7;|zkWoraS%y*V&ܪt٨rhlq%a4 0DT僖Kbur[{SzrRr>C߈-CRaNjl .6k ޚqC`AG};t$E ]=.hqIh:>nN1~Iy"`NHt(n*5.MK^%RJ:)xa_JESQ@K2Y>y'X`Q¨~Aȧ"ƙ8`('QJ?/j~|+i:Tp Y _i1s''ynXaJx)n``Iw!W !:6CG: x! !E`hiy"`/iH#1.,䭵 !F[GDо4U>b'KA%E ;h!gj}*GePRN%֎|"pM}qtб, j*~_.dI&1M̘Ԝp7䔧mR(u؏%q;h|X~-%%2T=E9J ZA"piHم刱Lm_V(v21@ayXƈPMjYG.f<u2pcӳf`{(<&e`}6Gsuj39=D7hV5$fA Jc1%u2=@Hj+R'iHHY`'ұl]?m ?-eO iYNkKDX(M|L,5$T¦[R b᧝utn:OL=Vha5uYgXX&5iKPdxҁtH^MA4~6;5rэ׎^JK,ͮ;b'v4t@׸43[P(ex:K8a/zT[ѧ3t\(fVdq`3e#=b;^/(QJ5 h}~!gJkX5 3M[UrgVA+!N [=43Ob!2.p軗{BBŠcdOs֌qG&J_sgLI |M,y0FhUM-"ӵvG0l?3j*I9J0]! T*0"{guM,6h}(&A 1aEB˰0sZ @ ٞ@mL1#ч{fO Ӽ|U֦pIϷWE]gC&~E:u痐(x'B(@BzwA ؅X2 YN}KҮ>P/q{yհoH$#K/xU"<,?zvvA*{]nꟅyI-M$@,*r7*`Nɡ6pR3>?ST[ǖ5褎/լ%k .wsj黧/'n}¼H<ѽˌ̎T[K&Pk1Ճ̞>+\2BE=Vn|<p"iCQ`C~ɯDbdv[Lxm"/fl=$C^2:j%ҸyG/4_ .r9ZUR},|2G32$ѵ^in_5hQ'2Hȷ@ \pl,U5=8鄳1bO)trD95f}%;&Oj|݄jO..6.NU&7=/Xo؎*^dAs햶:o/O]eaS~X_C>F%j8bYTitYYdm #;V1Jƿ {W'GphF*;Pr_ 6 VMwkVaB.M6li$%VyO/rtBbCj5Nﻟ[ Ғ_Zy15"TL =c(}䵱}רG4S*L:s8AJ &FG/32&>[#F6?ػ;'$/Z7Tv5p7ǃ홹?QOCok<#&M%ݯ8Ϟ,/"\8G(tQF蛮 >>,F18N _*{8yPU sOПaxzO.=OEODo*c mi2K{\N,Os_"D /\-O`Y흦"♬>?"; D~` 7zrqH+.Fѓ>RfG|Bڧ8oFԘz2[HKɧ :J@HP]vZ} :ȝFyE=N`bXT΢ϒ{&= QSuk=NbAD WQ(QG2=Ԝӌ+<"5<|Lxf>^T m1*O!\l?:K$%U1G~>]jz*ΫX MR<-dbɛ&`ɿdrX;F/ERz[pn0-Ja@hr?|&V$wiuBS^ZF"z`l&K<}{*{mUjAA?++}*伽 Ȱ߼^in\ 3EY2M2d@qt}RնɷnɼRSFӆ{*w;3-#0Cgd5EcQcփqNI`3Ѷu~P9tAuo FapqʻalAք_R %XVAM:h=BS;vi4oW;t/wjܶ)/j[=LAGcG`\Oxʹx!Qz&2(Gx"$.|邧M~#u۽D,Q`,VǣEQ90}~+ǃFrsk5y37ǘsBTs _qPA?x׆6KXhNsIJ3",30Cy0$K lMXe@cMzE=?1[ :lTc賀7t7zM5nvŚ*S6P`4wwД3`-V)^ *Sk0)D^4Xjq[ 7pN_@m-&̆b@.Ѿ2Y_cJ^g( 3D.*XK7@;*{Cjر`צ**6p@G+´'lb; !9dfk*-[=`[l9܉,ĩc$^YC"bpb?7 d,9l9"T[w6Lp4zf =yf*PӰɚ|B> & MOdhmcq׊ jcO8 it8ZTTH$4wtvY*1v<} o:ޚZ}҂K?ڞg]F{,49+I^YG0P &*ӅN(jh`~Q(S.m;8ԙWXM41, "Lx1+KtѨ%N4d5~cjx(ޕb/&CSB vыQ!=f `0NWl4~ڨ;ߖs?=juݯuꠅVX">o2pGKPcuk!G+1wtv'5["%&ؾV*\Y>nRT?|Ctn|sR ciu BO0$ y .!DUzHqF<^~ki>Uyb됥Б30r*['cice"޿1|R`9)P|? /ɫh{O#IhW5.Ut3á{F5cx5)znɎ '-%OyrzSp w瘺CzR$)?j cte/kZ?wrɘR`9Bj+$Q`) .w 勶`lm"ByICXǿ)M ?SбGN^ P~c=Gt"#{uzIxv6U<ԮBr^Up6qc-uGq&g"18P & U;yQ I%z٘DBOK|= FKѷ~+p~J 1Ќ*eӸ'rG!e$JS<#Y'qRU +V `!w,(r5#A.aZH C"(k|GyWwΨ2B-ϫNi!mBm g_H}Qvtyls [~!3q*Y~UXU׻^fg U\3Ҟ5sdskr~_VS%小L69S:~f28&.]lTJBg>L 3/MIg6\B7h2x߇X>/e6{`314I\/%̑i{ʒVw\Y=LׇQ,eDw;DIs}Zsk+o? ]/ӝc#ãFwT1ɀD/AvS3?^%F[u[C[H꼋 ,0؝!_(9!1ұF =x_ N2mKp3B;qwG~,oGֿuP1cC&>JlyL^-~Krڼ/A-ıq/OMi;O¼ {azHoJZn.Uy"2/Lӷ=ptC̴؞&Bku-4;(w"%AbrpE'{^\TzK456eEi(N )6l/΢Ap pd9L7ٺ2"r-{ )˵nMdg'^M,3֮n5՝E[MԪd6^`),񫷟hh/$Ai_wu2#Jn1*O3ԡ )͵ѧ/aS;y{ʒM0Lr&BݹgrBnC~j-Ye6W( d 6KXྻIi~}w`Z{#=c!ʓub!H~Q?y?Md]s`A;3KJ va0::3! ֛a1xH11[zr0$ߊ찪.+OңK9u?mkIνKQ/-}|Zɷ#Мv(;\#eL=Q~8 1-Ϊy\DI@Z8!;̲ЫHu,Wz3 ɏJ+DHkG@K =|$%>pV85єQ&MLkI3hl'-*?ӿ(̄E@c'8)Z!ZazNru6t)N2!6s v.e>Q l+=q ! -pU2syhSʁ1y3qaۮ8=Q8.0G@ ӇHy#boѷ ƕ)7~ˌmm٠y/'!6*%1 o SMmVVx3/Y}[μp~>5PCCJ2?kΔ i6L%Pcw`$!ǘXVXl+(agP-g"*K8O2"%bzj)RPIaA^J4jGl t3a]?,Z|/KjTFjGj }-v*:3q1%̽6kKļV7Z?s_i7gD^;ۊb~ j.ĄaAG=ז+ܞ;Bvt:cZ쁿P:6t%omSՉ0P/wL6ܥ׃+9D^8TrYո|X TF#WuOx>mBALlBÂl-Ud(AwnN*(w=Vd77[@g]J4b/$K##`b#,p޽fLUs&`DE(z;:f?x2/ k!K%'EӂrH'W`Sr8bzчJFQu: ,+vvusCQ"{TDi)$td}T_!qЄ)CSDر¼dퟳ=kxpk뛔}={.h$"/F?wњ$10uZ4XЕt37;/,ޯg:?:Dş nm[Ɲуj2ޝk+b2ݘL++/K??[/%%2\r(NYvhWwPopfrjiT/D6}7Qe]ԩv;52=/ז̦VJg ~j @xJaHv^p:QFիIg:BJU|Ι|ykqG 1,Q!{My .%W=>8[bo^W0,*kSIᯂȸK*iVu1lCy}f%{jKa|GVg; ^䃵S[U*鰿KYȸT*p}Т{&ʾ .hsk%vji7u`&dLǴLD(> Csk a_Ѽd:L\yG,{F alXna;YRuiWq mnp:] )y:tx3WGIonNKENu*ҙ0ւQ7`К,-X xhn .zdґ)9lTНT˝FNyk}4U-8bߐ/>JMUe#&'YX2$TRg6@вUg,ū|50$6~)]-]&pcRyؿ#ç2M+6Upy'hטϝ"sNVgX!i![EYJ:.'6.si-j7:CJ$W= ` E'5T0sG,w+ w.*H>o;dmcfԏS}@h H4 ϥ"A|ʔh}s<2W $ί0K\o+|HcqN*=||9M =9es,>w6_VF K4:H촊8LM9JZ_}$y)j-Gl1oS"7ܲe5'`o4<ރ0ȃǰwq9+RƑ!rW{7R\&J #R}jOE+BsN a4?gY9CMzZ)ŕURa#?n^X^PXrѧMõuEIՍǽskCI~>n``=V&oͧ= Sks^u-ge!S|+u~T; ُ"o bwj:0=Lz B6$km$%V`ų*3)UZf?l"`#*葋 lw%~) mʇ3)~%Hm=[ v5: MMٺ3籫w 41^5[ 2Mo_A3*?/$ۅRS /Fa0ŋ%U/q޽8M|.t`>sN߷0U 3LJ7:6:lJ 8 H/fz6qHû_=M'tV<jbBzq;5Nf$8v3 Wf `MW0Sϲ4*hI0R+m"m'\vSbE\~wטL'@͖n_F(ܓ_uDffϑz+LbLMtN$]ɯw`Q 5gwVHotQgXLؐo/OA>;t1V~"Ulx464L1m6bM_42r.?s !Jt"Zo+nvBJceZ<") G5U:$K1^ YZ