1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Enable logging by default.

This commit is contained in:
Cameron
2013-06-02 14:47:52 -07:00
parent e78a45a515
commit 5af8208c7e

View File

@@ -838,7 +838,7 @@ class e_core_session extends e_session
if((isset($_POST['e-token']) && !$this->checkFormToken($_POST['e-token']))
|| (isset($_GET['e-token']) && !$this->checkFormToken($_GET['e-token'])))
{
if(defsettrue('e_DEBUG'))
// if(defsettrue('e_DEBUG'))
{
$details = "USER: ".USERNAME."\n";
$details = "HOST: ".$_SERVER['HTTP_HOST']."\n";