comparison createdb.php @ 67:23eba98e1575

Remove keygen.php from permission cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 05 Oct 2013 18:58:03 +0300
parents 922b5192b2ff
children 63a6caf59e5c
comparison
equal deleted inserted replaced
66:230aacc22cb4 67:23eba98e1575
290 290
291 291
292 // 292 //
293 // Clean up permissions 293 // Clean up permissions
294 // 294 //
295 foreach (array("createdb.php", "keygen.php") as $filename) 295 foreach (array("createdb.php") as $filename)
296 { 296 {
297 if (chmod($filename, 0700) === FALSE) 297 if (chmod($filename, 0700) === FALSE)
298 { 298 {
299 echo "ERROR! Could not set permissions for '$filename'!\n"; 299 echo "ERROR! Could not set permissions for '$filename'!\n";
300 } 300 }