# HG changeset patch # User Matti Hamalainen # Date 1416934636 -7200 # Node ID 1cc9af3f90f088147f35d87c0a80478cd8bd0db3 # Parent 6b962658351cd887fe23314da472498717178fef Renamed the site tool, fix it here as well. diff -r 6b962658351c -r 1cc9af3f90f0 managedb.php --- 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) {