Remove cutenews/yui, use twitter bootstrap css
[contractdashboard.git] / debug.mdu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?PHP

	echo"<center><b>CuteNews Debug Information:</b><hr><br />";
    echo"Script Version/ID:&nbsp&nbsp;$config_version_name / $config_version_id<br />";
    echo"\$config_http_script_dir:&nbsp;&nbsp;$config_http_script_dir<br /><BR>";
    echo"<hr>";
	phpinfo();
    echo"<hr><textarea cols=85 rows=24>";
    print_r(ini_get_all());
    echo"</textarea>";


    exit();


?>