Home
last modified time | relevance | path

Searched refs:fName (Results 1 – 2 of 2) sorted by relevance

/plugin/botmon/
H A Dcleanup.php11 $fName = pathinfo($file, PATHINFO_BASENAME); variable
12 $bName = strtok($fName, '.');
20 echo "File “{$fName}” deleted.\n";
22 echo " File “{$fName}” could not be deleted!\n";
H A Dadmin.php97 $fName = pathinfo($file, PATHINFO_BASENAME);
98 $bName = strtok($fName, '.');