<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<tt>Hi Jules,<br>
<br>
I upgraded by ZendTo installation today which was no big hassle.<br>
<br>
One thing I found during comparing my configuration files with <a
href="http://meldmerge.org/">meld</a> was that you added this 2
lines of code to new_dropoff.tpl<br>
<br>
<script
src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script><br>
<script type="text/javascript"
src="js/dropoff.js"></script><br>
</tt><br>
The result will be, that we will pull jquery-ui.js from
code.jquery.com and not from our local server. I understand why you
do this (immediate updates on security flaws etc.) but on the other
hand wouldn't it be better to keep this file local?<br>
<br>
<tt>I understand, that I can of course change it myself and using a
local copy but I am interested in your opinion and decision making
process while I would also point this out to others.<br>
<br>
Another small change I saw was<br>
<br>
preferences.php: 'authIMAPAdmin' => array(),<br>
preferences.php.rpmnew: 'authIMAPAdmins' => array(),<br>
<br>
I do not use IMAP so this made no problem but I am just wondering
if this was a typo of me or did this value really change?<br>
<br>
And I had to renew/recreate a reCAPTCHA key at Google and update
the keys which was no problem.<br>
<br>
<br>
Everything seems to work good so far.<br>
<br>
Kind regards and thanks for the good work<br>
<br>
Peter aka PCFreak</tt><br>
</body>
</html>