<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 &lt;?php
 require('functions.php');
-$uploaddir = '/home/ericboehs/ericboehs.com/addons/'.rand().'/';
+$uploaddir = '/tmp/'.rand().'/';
 $uploadfile = $uploaddir.'versions.zip';
 mkdir($uploaddir);
 if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) {
@@ -10,7 +10,7 @@ if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) {
     echo &quot;All of your Addons are up to date.&quot;;
   }
 } else {
-    echo &quot;Possible file upload attack!\n&quot;;
+    echo &quot;Let's not and say we did.\n&quot;;
 }
 
 ?&gt;
\ No newline at end of file</diff>
      <filename>uploadProcess.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f803158fdcc57eebd090f0d36009dec01c6b688e</id>
    </parent>
  </parents>
  <author>
    <name>Eric Boehs</name>
    <email>ericboehs@gmail.com</email>
  </author>
  <url>http://github.com/ericboehs/wow-php-add-on-manager/commit/e35f9b8cdb69ce667ffd6810e176f16eaf428fc1</url>
  <id>e35f9b8cdb69ce667ffd6810e176f16eaf428fc1</id>
  <committed-date>2008-10-28T10:07:27-07:00</committed-date>
  <authored-date>2008-10-28T10:07:27-07:00</authored-date>
  <message>Fixed uploadProcess.php to use /tmp</message>
  <tree>9f26b74064f4de3f36c93f72894a248f0acaa9bc</tree>
  <committer>
    <name>Eric Boehs</name>
    <email>ericboehs@gmail.com</email>
  </committer>
</commit>
