changeset 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 6b962658351c
children 83ac4155efe2
files managedb.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)
   {