Fix fatal error because var_export doesn't handle circular dependency.
authorNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sat, 2 Nov 2013 19:47:08 +0000 (20:47 +0100)
committerNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sat, 2 Nov 2013 19:47:08 +0000 (20:47 +0100)
commit48037cb92f0f40ad5a8980d6d77fe5953b0d7dda
tree3f9775654d5dab1bfc67ec7c9f6c46367837aae7
parentf523d1a0bae7197fe290f36853ffa9d7626bd2c6
Fix fatal error because var_export doesn't handle circular dependency.

In logs there were lines such as:
PHP Fatal error:  Nesting level too deep - recursive dependency? in /home/web/prod/platal/include/security.inc.php on line 108, referer: https://www.polytechnique.org/register

More information can be found at:
- http://stackoverflow.com/questions/12488661/is-it-possible-to-list-out-all-the-global-variables-in-php
- http://php.net/manual/fr/function.var-export.php (in the comments)

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
include/security.inc.php