[ 'mask' => 8, 'address' => '127.0.0.1', ], /** * The state file is used for tracking whether the bar is open. * * If the file exists, the bar is considered to be open. The user * running PHP must have write access to the directory this file * is in. */ 'state_file' => __DIR__ . '/open.flag', ];