|
From: Dieter S. <dsi...@sq...> - 2002-03-04 21:25:37
|
I made this change for Opera in 1.8.3 already. changes are listed on the *What's Ahead* page. minor upgrades are usually nothing more than unpacking the code over top. Dieter Simader http://www.sql-ledger.org (780) 472-8161 DWS Systems Inc. Accounting Software Fax: 478-5281 =========== On a clear disk you can seek forever =========== On Mon, 4 Mar 2002, Franky Van Liedekerke wrote: > ok, tx for the info. Is there a way to see the progress on this release? Or better: to download and try it out? I'm tempted on using sql-ledger, but I don't know if a version upgrade would be easy/difficult ... > > Franky > > btw: maybe the next version can support opera clients natively? Changing > > if ($ENV{HTTP_USER_AGENT} =~ /(mozilla|links)/i) { > to > if ($ENV{HTTP_USER_AGENT} =~ /(mozilla|links|opera)/i) { > > in the files admin.pl and login.pl should do the trick. > |