summaryrefslogtreecommitdiff
path: root/faces.php
blob: 3118b7679d5bbdf4f16c48594fb02f37b3db5818 (plain)
1
2
3
4
5
<?php

function get_faces() {
	return json_decode( file_get_contents( __DIR__ . '/faces.json' ) );
}