Psst... this thread was 2 years oldI'd like to rehash this question. Is there any way to disable it fully? Removing its icon from the the templates won't do much if the user has bookmarked its location or knows what its location is otherwise...right?
#!/usr/local/bin/php
<?
$command = getenv("command");
if ($command == "/CMD_FILE_MANAGER/" || $command == "/CMD_FILE_MANAGER")
{
echo "The Filemanager is disabled.\n";
exit(1);
}
exit(0);
?>