Remove cutenews/yui, use twitter bootstrap css
[contractdashboard.git] / debug.mdu
1 <?PHP
2
3 echo"<center><b>CuteNews Debug Information:</b><hr><br />";
4 echo"Script Version/ID:&nbsp&nbsp;$config_version_name / $config_version_id<br />";
5 echo"\$config_http_script_dir:&nbsp;&nbsp;$config_http_script_dir<br /><BR>";
6 echo"<hr>";
7 phpinfo();
8 echo"<hr><textarea cols=85 rows=24>";
9 print_r(ini_get_all());
10 echo"</textarea>";
11
12
13 exit();
14
15
16 ?>