Beispiel #1
0
            echo "Don't hack my shit yo.";
            exit;
        }
    }
}
?>
 <ul id="root"> <?php 
// show file list
$list = new FNFileList();
if (isset($_POST['sstring'])) {
    $t = $_POST['sstring'];
    $sstring = ereg_replace("[\\'\")(;|`,<>]", "", $t);
    $list->search($sstring);
}
if ($dir != "") {
    $list->getDirList($dir);
} else {
    $list->getDirList("./");
}
?>
</ul>
</div>


<!-- send to Flickr form -->
<form name="flickr" action="http://www.flickr.com/tools/sendto.gne" method="get">
<input type="hidden" name="url" />
</form>
</body>
<!-- script for applying the javascript events -->
<script type="text/javascript">