Backup source of gallery_20140913~17(No. 1)

[[Gallery]]

////////////////////////////////////////////////
// Authentication method

$auth_method_type = 'pagename'; // By Page name
//$auth_method_type = 'contents'; // By Page contents

/////////////////////////////////////////////////
// Read auth (0:Disable, 1:Enable)
$read_auth = 1;

$read_auth_pages = array(
 // Regex     Username
 '#test#'  => 'corg',
);