diff managedb.php @ 835:1cc9af3f90f0

Renamed the site tool, fix it here as well.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Nov 2014 18:57:16 +0200
parents 390241b1d549
children ffacd904fd1f
line wrap: on
line diff
--- a/managedb.php	Tue Nov 25 18:42:56 2014 +0200
+++ b/managedb.php	Tue Nov 25 18:57:16 2014 +0200
@@ -504,7 +504,7 @@
 //
 // Clean up permissions
 //
-foreach (array("managedb.php", "wanktool.php") as $filename)
+foreach (array("managedb.php", "faptool.php") as $filename)
 {
   if (@chmod($filename, 0700) === FALSE)
   {