Index: branches/dev/data/downloads/module/security/security.php
===================================================================
--- branches/dev/data/downloads/module/security/security.php	(revision 12099)
+++ branches/dev/data/downloads/module/security/security.php	(revision 12100)
@@ -101,5 +101,5 @@
     $inst_inc = DATA_PATH . 'install.inc';
     if(file_exists($inst_inc)) {
-        if($fp = fopen($inst_inc)) {
+        if($fp = fopen($inst_inc, "r")) {
             $data = fread($fp, filesize($inst_inc));
             fclose($fp);
