path disclosure

This commit is contained in:
Marc Delisle
2003-07-19 15:29:53 +00:00
parent 204d9669af
commit 9439bd3780
4 changed files with 18 additions and 9 deletions

View File

@@ -6,7 +6,8 @@
/**
* Sets error reporting level
*/
error_reporting(E_ALL);
// (removed to avoid path disclosure, not sure about why this was here)
// error_reporting(E_ALL);
// Check parameters