Recent content by oeushu

  1. O

    PHPBB source code in Common.php?

    I am learning the source code of PHPBB. In the common.php, there are some code like if ($varname !== 'GLOBALS' || isset($_GET['GLOBALS']) || isset($_POST['GLOBALS']) || isset($_SERVER['GLOBALS']) || isset($_SESSION['GLOBALS']) || isset($_ENV['GLOBALS']) || isset($_FILES['GLOBALS'])) { exit; } I...
Back
Top