www.gusucode.com > Kodexplorer 可道云PHP在线文件管理系统源码程序 > kodexplorer_v4.32/index.php

    <?php
	ob_start();
	include ('config/config.php');
	$app = new Application();
	init_config();
	$app->run();
?>