summaryrefslogtreecommitdiff
path: root/faces.php
diff options
context:
space:
mode:
authorHorus2021-03-14 19:24:12 +0100
committerHorus2021-03-14 19:24:12 +0100
commit94071f3cd059cd3bcd35dce22c611564ebab366a (patch)
treee089b7a40a825575a3824e905b5fe5beaa3937c6 /faces.php
parent768bf46cebf46b48403bc47b772ae9fab3a13510 (diff)
parentec1514d2d7c3889da0f976b64b256d1560cd1d81 (diff)
downloadfaces-94071f3cd059cd3bcd35dce22c611564ebab366a.tar.gz
Merge branch 'master' of git.iamfabulous.de:facesHEADmaster
Diffstat (limited to 'faces.php')
-rw-r--r--faces.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/faces.php b/faces.php
new file mode 100644
index 0000000..3118b76
--- /dev/null
+++ b/faces.php
@@ -0,0 +1,5 @@
+<?php
+
+function get_faces() {
+ return json_decode( file_get_contents( __DIR__ . '/faces.json' ) );
+}