summaryrefslogtreecommitdiff
path: root/faces.php
diff options
context:
space:
mode:
authorhorus2021-03-12 23:34:13 +0100
committerhorus2021-03-12 23:34:13 +0100
commitc6b6ec0c9e0a980af31da2fe309426e1831d0c14 (patch)
tree68c8927b4583d5d7b9a193dd17ce12e43fc949bc /faces.php
parentec1514d2d7c3889da0f976b64b256d1560cd1d81 (diff)
downloadfaces-c6b6ec0c9e0a980af31da2fe309426e1831d0c14.tar.gz
Inline page in website
Diffstat (limited to 'faces.php')
-rw-r--r--faces.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/faces.php b/faces.php
deleted file mode 100644
index 3118b76..0000000
--- a/faces.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-function get_faces() {
- return json_decode( file_get_contents( __DIR__ . '/faces.json' ) );
-}