Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Commit

Permalink
[fix] sebsauvage#222 FUD Full Path Disclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
Knah-Tsaeb committed Jul 24, 2015
1 parent 48b68c8 commit be58e68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
ini_set('upload_max_filesize', '16M');
checkphpversion();
error_reporting(E_ALL^E_WARNING); // See all error except warnings.
ini_set('display_errors', false); // Full Path Disclosure https://github.com/sebsauvage/Shaarli/issues/222
//error_reporting(-1); // See all errors (for debugging only)

include "inc/rain.tpl.class.php"; //include Rain TPL
Expand Down

0 comments on commit be58e68

Please sign in to comment.