..used one or more modules you must have seen the iframes used for realtime result display. In this tutorial I'm going to show you how to insert them into your module and how they..
Discovers interesting locations, paths and data of a website
<?php
/*
Allowed upload extensions
Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 12-11-2014
*/
if(!defined('IN_SCRIPT')){
exit;
}
// maybe more additions in the future
if(!isset($_CONTEXT['upload'])){
$_CONTEXT['upload'] = array();
}
$_CONTEXT['upload']['ext'] = array("jpg","png","gif","php","css","js","html","htm","txt");
?>