diff options
Diffstat (limited to 'modules/kajax/ajax.js')
-rwxr-xr-x | modules/kajax/ajax.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/kajax/ajax.js b/modules/kajax/ajax.js index 9a7bea50..439cda3c 100755 --- a/modules/kajax/ajax.js +++ b/modules/kajax/ajax.js @@ -1,3 +1,9 @@ +// Copyright Ampache.org 2001 - 2006
+// All Rights Reserved
+// Origional Author Kevin Riker
+// Updated to handle post and XML Get by Karl Vollmer
+// Published under the GNU GPL
+
//var xmlDoc = null;
var http_request = false;
var IE = true;
|