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