[geeklog-cvs] Geeklog-1.x/public_html/admin/install index.php, 1.8, 1.9

Dirk Haun dhaun at qs1489.pair.com
Sat Sep 1 14:08:32 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv76376/public_html/admin/install

Modified Files:
	index.php 
Log Message:
Remove "test.txt" file after checking the backups directory for being writable


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** index.php	29 Aug 2007 06:55:04 -0000	1.8
--- index.php	1 Sep 2007 18:08:30 -0000	1.9
***************
*** 1504,1507 ****
--- 1504,1508 ----
                      // Permissions are correct
                      fclose($file);
+                     unlink($gl_path . 'backups/test.txt');
                  }
              }




More information about the geeklog-cvs mailing list